Viewing 15 posts - 76 through 90 (of 224 total)
SQL* (6/21/2012)
Hi All,I have a table with IDENTITY(1,1), it will generate a sequence number.
How SQL Server is generating these sequences?
Thanks,
create table Intpk (intslno int identity (1,1), name varchar(100))
When records are...
June 21, 2012 at 1:56 am
What mechanism you want to follow. Is that a SSIS package or CSV upload or using linked server.
June 21, 2012 at 1:47 am
The posert should have limited to only two options.
even though we knew the answer very difficult to spot on from the options.
Seems like a test for the...
June 7, 2012 at 3:22 am
This is a very open ended question.
Monitoring the db size also comes with capacity planning, archiving, storing your transaction log to different drive, transaction log backup.
Just monitoring alone...
May 16, 2012 at 1:25 am
Create a clustered index on the date column. So the data pages are arranged on the order you want. . But there is no guarantee to see the order of...
May 16, 2012 at 12:30 am
Nice Question. I was distracted by the factor of go will make it as one transaction.
May 15, 2012 at 8:05 pm
Any one can explain why option two has to fail? Thank you.
May 11, 2012 at 12:10 am
Damn it I misunderstood the question as what are the valid ports.
May 4, 2012 at 1:09 am
Good question. Keep coming more of this stuff.
--- Babu
April 20, 2012 at 1:32 pm
Viewing 15 posts - 76 through 90 (of 224 total)