Skip to content
Advertisement

Tag: sql-server-2008

Insert multiple rows into single column

I’m new to SQL, (using SQL 2008 R2) and I am having trouble inserting multiple rows into a single column. I have a table named Data and this is what I am trying That code was taken from this question, but it, like many other examples I have found on the web uses 2 columns, I just want to use

FULL OUTER JOIN vs. FULL JOIN

Just playing around with queries and examples to get a better understanding of joins. I’m noticing that in SQL Server 2008, the following two queries give the same results: Are these performing exactly the same action to produce the same results, or would I run into different results in a more complicated example? Is this just interchangeable terminology? Answer Actually

SQL Server database backup file (.bak ) file gets corrupted

I have been working on a SQL Server database designing since long now and I have observed that when a .bak file is mailed or kept and downloaded from ftp site, it gets corrupted. When I try to restore, it gives me 3013 error code with messsage: “Backup or restore operation terminating abnormally. I tried RESTORE VERIFYONLY FROM DISK=’C:abc.bak’ as

Advertisement