Viewing 15 posts - 43,156 through 43,170 (of 49,566 total)
deven.yadav (11/13/2008)
read this link carefullyI m sure everyone must be having P4S and Actualtests.
Its just an correction to the questions appered so far.
Using braindumps is cheating and can get your...
November 13, 2008 at 1:57 am
The trigger has to go on the table that the insert is been done into. In this case, that'll be on Table_1 in DB1
The trigger just has to insert the...
November 13, 2008 at 1:17 am
Indeed. With an update, the inserted table contains the rows as they are after the insert and the deleted contains the rows as they were before.
Sorry, I misread your question...
November 13, 2008 at 12:56 am
Add the /Q switch to the del command. It puts delete into silent mode so it won't prompt.
November 13, 2008 at 12:37 am
Juergen Gleiss (11/13/2008)
Ali: your link does not work - please update the working one.
Try removing the square bracket from the end of the URL
November 13, 2008 at 12:27 am
Robert (11/12/2008)
I could post it, but it's huge and wouldn't do much good without the whole model.
Thing is, without seeing the exec plan I can't give you more than vague...
November 13, 2008 at 12:14 am
Run it on the SQL 2000 server in the database that you are trying to upgrade.
The query will always return a result on SQL 2008, as that's one of the...
November 12, 2008 at 2:17 pm
What does the query I posted return when run against the original SQL 2000 database?
November 12, 2008 at 2:10 pm
Phil Auer (11/12/2008)
1. Is removing the inactive entries on a full backup an option (which I would want to NOT select) in SQL...
November 12, 2008 at 1:45 pm
Looks like a conversion problem. If I'm interpreting the error correctly, it's saying that it can't create one of the new system tables because an object with that name already...
November 12, 2008 at 1:44 pm
That is valid, but the order by will not be honoured. Order bys are only honoured by the query processor if they are in the outermost select statement, i.e. the...
November 12, 2008 at 1:38 pm
TRACEY (11/12/2008)
Oh someone changed it to FULL Recovery mode - oh that may do it if your not backing up logs every x minutes.
That would make the log grow, it...
November 12, 2008 at 1:20 pm
Animal Magic (11/12/2008)
November 12, 2008 at 1:19 pm
Animal Magic (11/12/2008)
November 12, 2008 at 1:17 pm
Yeah, it will. Inserted and deleted will have the same structure as the table the trigger's definied on, excluding some of the LOB columns (I forget which ones)
If there's no...
November 12, 2008 at 1:05 pm
Viewing 15 posts - 43,156 through 43,170 (of 49,566 total)