Viewing 15 posts - 121 through 135 (of 268 total)
dbcc showstatistics will give you the needed stats information but I do not believe you need to manually run statistics
Mike
May 30, 2006 at 11:36 am
How about creating a very large file to reduce autogrowth at least till the file gets there.The autogrowth process consumes useful resources when the extraction process could be better served
Mike...
May 30, 2006 at 11:31 am
Thanks yelena
I do not have 2005 so your solution may not apply.
Mike
May 25, 2006 at 6:00 pm
Thanks for your reply David.
Almost every query which joins a couple of tables has to be run twice or more to get timely results <2 minute from about 10 or...
May 23, 2006 at 3:45 am
Had this once and we were on the way to bouncing the server so never had to investigate since it went right after the bounce
Mike
May 22, 2006 at 2:17 pm
update
the query has to be run a couple of times to be able to run properly.
Mike
May 22, 2006 at 1:54 pm
go to database folder
all tasks generate sql for the indexes and manually drop them from the tables and you also get sql to drop objects
Mike
May 22, 2006 at 1:49 pm
I think it is possible to group by more than one item
May 22, 2006 at 1:32 pm
This reminds me of the NFL draft.Though those guys earn millions you want a guy you can keep,some one who has respect for themselves and for others some one who...
May 3, 2006 at 1:03 pm
Create linked servers to all servers that count and depending on the results of your query , update the fields on the server in question using the linked servers
Mike
May 3, 2006 at 12:58 pm
Thank you that did it .The outer join came in very handy here .....
Mike
April 13, 2006 at 8:27 am
Thanks Johnrowan and jeyanthan for your answers.
Let me illustrate with values
t1 t2
1221 employee 1221 employee
2111 employee 2111 employee
2311 acquisition 3111 employee
3211 employee
The purpose is to compare the two tables add absent...
April 11, 2006 at 9:02 am
Thanks for your response.It did not seem to do it though .
Let me restate the problem?
Purpose .Delete all rows found in t1 that are not in t2.These rows must have a...
April 10, 2006 at 12:19 pm
There is a free GUI tool out there called Sync SQL Logins which could be used to synchronize the logins
Mike
April 10, 2006 at 11:11 am
Viewing 15 posts - 121 through 135 (of 268 total)