Viewing 15 posts - 31 through 45 (of 446 total)
Was sure about other three answers but not sure about
Running DBCC CHECKALLOC or DBCC CHECKCATALOG
I executed them on all SQL Server versions and it could be executed successfully on...
August 20, 2010 at 8:06 am
Stanley Chan
Sanjay,
It doesn't matter how the pagefile defined in Clustered environment.
e.g. Node A has a 2GB pagefile in C: only, node B has a 4GB pagefile in D: only.
If the...
August 18, 2010 at 1:01 pm
I had to change it to 6 GB from default size of 2 GB on a production server few days back. Also, by default pagefile.sys is located in C:\...
August 18, 2010 at 7:45 am
Interesting question and good explanation.
For a normal person 3 and 3.0 is same. programming can be manipulative.
August 17, 2010 at 8:16 am
Yes you can insert but should be avoided by having a unique constraint or Pkey on identity column.
Since, it doesn't make much sense, if you want to put...
August 16, 2010 at 7:56 am
I still had one production server which is still running on 6.5 version and one on 7.0 version. Still, HR dept. wants to keep their data in 6.5 only....
August 13, 2010 at 8:29 am
malleswarareddy_m (8/11/2010)
Hi ,Is it working for sqls server 2005 or 2008?
It's introduced in 2005 version, but partition is supported only in Enterprise edition. On other editions you will get...
August 12, 2010 at 11:59 am
Very informative article. Thanks Dave for compiling it, thoroughly.
I am sure my current company / project would not be using it in near future. But, still good to...
August 11, 2010 at 7:34 am
Good question Hugo. I missed . in Round. Still a lot to learn.
August 10, 2010 at 7:48 am
Good one.
execute as Login is new to me. Hadn't tried as of yet, but would definitely suggest developers to use this while working with multiple schemas.
July 28, 2010 at 7:57 am
Nice question.
When the length is not specified in a data definition or variable declaration statement, the default length is 1 ----- Didn't knew this. used to give length to...
July 18, 2010 at 7:25 am
these 10% stats works good with large databases. For small database with less than like 50 MB it will never show 10,20,......100. Try it for large DB with...
July 13, 2010 at 12:32 pm
Viewing 15 posts - 31 through 45 (of 446 total)