Viewing 15 posts - 16,711 through 16,725 (of 26,489 total)
antony-688446 (3/3/2010)
March 3, 2010 at 2:28 pm
preetshari (3/3/2010)
Lynn Pettis (3/3/2010)
preetshari (3/3/2010)
Does this accomplish what you require?
DECLARE...
March 3, 2010 at 1:51 pm
First, are the files formatted the same? If so, using a FOR EACH container could simplify the process along with dynamically configuring the connection to the import file. ...
March 3, 2010 at 1:03 pm
SQL Server Express does not have SQL Server Agent, that's why you can't start it.
March 3, 2010 at 12:50 pm
preetshari (3/3/2010)
Does this accomplish what you require?
DECLARE @num int -- or what ever type it is
BEGIN TRAN
UPDATE SeqNumbers
@num...
March 3, 2010 at 12:45 pm
I hope you have current backups. IIRC, the waste basket on Server may not be big enough to allow you to recover the database files like you would other...
March 3, 2010 at 12:44 pm
GilaMonster (3/3/2010)
Lynn Pettis (3/3/2010)
IIRC, Microsofts certs now expire after 3 years.They don't expire. There was a plan for that to happen, but didn't become reality.
Tells you the last time...
March 3, 2010 at 12:28 pm
You should check the microsoft web site to be sure, bit iirc, since the Evaluation Edition is essentially the Enterprise Edition with an expiration date I don't think you can...
March 3, 2010 at 12:15 pm
preetshari (3/3/2010)
Following is an example,
BEGIN Tran
SELECT LastUsedIndex...
March 3, 2010 at 12:09 pm
I see it now, have a MCDBA working for me that really doesn't get it at all. Do have to say this individual is starting to try, but I...
March 3, 2010 at 11:57 am
Have you tried importing the data into a table that does not have the primary key defined and then adding the PK after word? I have found that this...
March 3, 2010 at 11:49 am
Just a shot in the dark, but have you tried updating statistics on the database, or at least the tables that the query can/does use?
March 3, 2010 at 10:32 am
WayneS (3/3/2010)
Lynn Pettis (3/3/2010)
March 3, 2010 at 10:29 am
Garadin (3/3/2010)
Also, you might want to take a peek...
March 3, 2010 at 9:29 am
I noticed that you are selecting from the CTE three times, once in the main query and twice in subqueries. You may want to consider populating one or two...
March 3, 2010 at 9:10 am
Viewing 15 posts - 16,711 through 16,725 (of 26,489 total)