Viewing 15 posts - 43,156 through 43,170 (of 49,571 total)
nazaninahmady_sh (11/13/2008)
i want "Code" automatically increase.
Use an int and make it an identity column.
November 13, 2008 at 4:45 am
Duplicate post.
No replies to this please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic601923-146-1.aspx
November 13, 2008 at 2:48 am
You've got some nasty database corruption there. I don't suppose you have any idea when that started?
I'm not sure how to fix it. Let me see if I can...
November 13, 2008 at 2:15 am
Amit Gupta (11/13/2008)
You should take differential backup and restore it.
Huh? Why would you want to do that?
November 13, 2008 at 2:03 am
I don't think you will be able to restore it with corruption. On the SQL 2000 server, please run the following and post the results.
DBCC CHECKDB(< Database Name > )...
November 13, 2008 at 2:02 am
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
Viewing 15 posts - 43,156 through 43,170 (of 49,571 total)