Viewing 15 posts - 241 through 255 (of 366 total)
Hi, Could you please attach or paste a sample of what the flat file should look like?
Regards,
Iulian
September 22, 2011 at 1:57 pm
Thank you for the question
I have got the answer from msdn which says:
"Some of these factors, such as a very long-running transaction or a paused database mirroring session, can...
September 21, 2011 at 2:53 am
I did not knew it is case sensitive.
Thank you for the question,
Iulian
September 12, 2011 at 5:31 am
Nice to see a question on SQL Server Workloads with Resource Governor.
Thank you,
Iulian
September 2, 2011 at 1:55 am
TRUNCATE TABLE removes the data by deallocating the data pages used to store the table's data
it is preety fast. I am not sure what do you mean by Load.
Regards,
Iulian
September 1, 2011 at 2:11 am
Interesting! according to msdn "GROUPING SETS can generate a result equivalent to that generated by a simple GROUP BY, ROLLUP or CUBE operation."
Thank you,
Iulian
September 1, 2011 at 2:08 am
Indeed, the question and the explanation are great.
Thank you,
Iulian
September 1, 2011 at 1:50 am
SQLSandwiches (8/15/2011)
DECLARE @a int = 123,
@b-2 int = 0 ,
@C int =102733019
select case when
...
August 16, 2011 at 1:34 pm
Nice question and the script is also very nice, thank you.
Regards,
Iulian
August 12, 2011 at 8:27 am
I have thought the key word is different server and it looked obvious that it needs a copy of the key. But that was more like a feeling. After reading...
August 12, 2011 at 8:21 am
Viewing 15 posts - 241 through 255 (of 366 total)