Viewing 15 posts - 616 through 630 (of 1,253 total)
Or you could have a job that goes through a list of databases and does what you want.
September 4, 2008 at 3:03 am
cab u post tables structure and some sample data.
September 4, 2008 at 1:57 am
Have to agree with David and Grant. Scripting is the way to go. This is the way i do it
DevDb -> TestDb -> StagingDB -> Production db.
I have been surprised...
September 4, 2008 at 12:29 am
oops... Nice question sergiy. I was surprised with the number of incorrect answers myself included.:)
September 4, 2008 at 12:24 am
i dont think having SQL 2000 will create any problem... iam not sure though... keep us posted.
September 3, 2008 at 7:04 am
unless you have profiler running a trace or you have a trigger which stores audit data like "who did what" in a table, it may not be possible.
September 3, 2008 at 12:31 am
Hi
Check the collation of your server and database.
August 29, 2008 at 2:57 am
the maximum size of a row of a table is 8060 bytes. Its not dependent on server specs.
August 29, 2008 at 2:23 am
Chirag (8/28/2008)
Any change in User rights of the user connecting to server.
Ooops i meant rights on that particular procedure if they have been set that way. Seems like we are...
August 28, 2008 at 11:26 pm
Any change in User rights of the user connecting to server.
August 28, 2008 at 12:42 am
How much data is there in your tables and how much more data will be there in the tables in the future.
August 27, 2008 at 5:05 am
Ng Kean Tuck (8/27/2008)
August 27, 2008 at 3:09 am
Update employee set Passportcode = Passport.Passportcode
From PassPort WHERE Employee.employeeId = PassPort .PassportId.
I suggest you look into BOL and try it out yourself. then if you have doubts ask here....
August 27, 2008 at 3:06 am
yes you have to set the correct settings in the application.
what type of value are you trying to insert.
August 27, 2008 at 1:01 am
Hi
If you really want a instance with a specifc instance name you will either have rename the instance as mentioned in the earlier post or install one more instance.
Is ...
August 27, 2008 at 12:06 am
Viewing 15 posts - 616 through 630 (of 1,253 total)