Viewing 15 posts - 6,571 through 6,585 (of 11,678 total)
sivag (8/3/2012)
August 6, 2012 at 12:17 am
opc.three (8/5/2012)
WayneS (8/3/2012)
Steve Jones - SSC Editor (8/3/2012)
FYI, since some of you submit questions. I'm no longer accepting images of code.Please feel free to debate me.
First, I agree with A-D...
August 6, 2012 at 12:07 am
vk-kirov (8/3/2012)
August 3, 2012 at 3:15 am
When you run the import export wizard, you have the option at the end to save the package. Do that.
Then follow these steps:
August 3, 2012 at 12:56 am
Pallab Bakshi (8/1/2012)
August 3, 2012 at 12:32 am
sivag (8/3/2012)
sorry
No problem. Take a look at the import and export wizard to get you started.
August 3, 2012 at 12:29 am
sivag (8/3/2012)
TABLE 1 SER1
...
August 3, 2012 at 12:25 am
Indeed, the correct answer is 1,0,1,error, because the last query produces a syntax error. Shame, because it was a pretty good question otherwise.
Points back please 🙂
August 3, 2012 at 12:16 am
For those who care, Aaron posted a follow-up on the splitter article:
August 3, 2012 at 12:07 am
SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_NAME = 'Table A'
INTERSECT
SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_NAME = 'Table B';
August 2, 2012 at 7:25 am
shahsn11 (8/2/2012)
If the above is true that what...
August 2, 2012 at 7:18 am
In order that anyone here on this forum can give a decent answer, it's best that you provide the table schema, the query and the execution plans before and after...
August 2, 2012 at 7:16 am
Sure, you can get a certification. You'll need some real life experience though.
But at least it will force you to look at aspects of SQL Server you're not familiar with.
August 2, 2012 at 3:14 am
Maybe there are just too many columns to render the report efficiently?
August 2, 2012 at 2:31 am
Viewing 15 posts - 6,571 through 6,585 (of 11,678 total)