Viewing 15 posts - 16 through 30 (of 108 total)
is it simple "select count(*)" or sumthing else is also running along with this??
September 6, 2010 at 2:31 am
singhsatnam84 (9/6/2010)
Is it possible to Install SQL Server 2005 Standard Edition on a machine using Windows Server 2003 Standard Edition Service Pack 2.
Yes
http://technet.microsoft.com/en-us/library/ms143506%28SQL.90%29.aspx
Rohit
September 6, 2010 at 2:27 am
Yeah go with what wayne suggested import it into a temp table then join this table with main table and update the data.....
September 2, 2010 at 3:33 am
Sandy2704 (9/1/2010)
Please find the attachment for the screenshot(error message)....
TO me it seems to be a issue with table partitioning.... and this feature is only available with SQL Server EE..
September 2, 2010 at 3:28 am
is this a live db???
If yes then restore everything on a standby server and then script out this table... create table with all constraints and then import the data...
else you...
September 2, 2010 at 2:35 am
See... what you can do is when you kill the connections either you can put it in dbo mode before kicking off the restore or even simply delete the db...
September 2, 2010 at 12:03 am
Bhuvnesh (9/1/2010)
Ramji29 (9/1/2010)
Bhuvnesh (9/1/2010)
Twinsoft SME (8/31/2010)
Ordering always helps too...Not always
May be not always but if ordering is done properly then ... in almost all the cases....
Mostly Sql optimizer do...
September 1, 2010 at 11:58 pm
Bhuvnesh (9/1/2010)
Twinsoft SME (8/31/2010)
Ordering always helps too...Not always
May be not always but if ordering is done properly then ... in almost all the cases....
September 1, 2010 at 11:24 pm
urmarke (9/1/2010)
Rather than post the execution plan, can someone point me towards a primer on how to read an execution plan generated by the ‘Display Estimated Execution Plan’ button...
September 1, 2010 at 3:29 am
urmarke (9/1/2010)
Hi AllRamji29 – how does including indexes in the table definition differ from creating indexes normally, outside of the table definition?
What I meant was when you post the table...
September 1, 2010 at 3:21 am
Just one more addition to this..... when we select the counters we've an option to select the individual drive (i.e. C or D etc) this will give more specific info...
September 1, 2010 at 3:16 am
adnani (8/30/2010)
If i have a table ( ArticleDate datatime, ArticleId int ,ArticleTitle ,.....) .
when I want to partitioning this...
September 1, 2010 at 2:38 am
I'll request you to include the table definitions along with the indexes.
September 1, 2010 at 12:55 am
Grant Fritchey (8/31/2010)
Ramji29 (8/31/2010)
Matt-1034261 (8/31/2010)
Ramji29 (8/31/2010)
GilaMonster (8/31/2010)
August 31, 2010 at 7:03 am
Viewing 15 posts - 16 through 30 (of 108 total)