Viewing 15 posts - 16 through 30 (of 46 total)
That's what I thought.. Thanks so much for your input.
November 24, 2010 at 9:21 am
Hi Jason,
I got it situated now. I was probably doing the wrong thing. Thanks for your help 🙂
November 4, 2010 at 3:01 pm
I get this errors while trying to restore to the new database:
"Restore failed for sqlserver 'Servername"
"System.data.sqlclient.sqlerror: The backup set holds abackup of a database other than the existing 'newdatabase' database"
Please...
November 4, 2010 at 1:30 pm
Backing up the current database and restoring it to the new database?
November 4, 2010 at 1:03 pm
Thanks guys. I took the database offline and brought it back online below are the steps I followed:
STEP1: identify the db status:
use master
select databaseproperty(‘db_name’,'isShutdown’)
Most of them it would return 1...
October 29, 2010 at 10:12 am
I wouldn't want to do that either. I guess they'll just have to do the modification on the report. I appreciate your efforts. SSC rocks!!!!
October 27, 2010 at 7:47 am
Hi Lowell,
That's exactly what I'm trying to do add a calculated column to create the desired version and leave the original integer data untouched but i don't to Alter any...
October 27, 2010 at 7:31 am
Thanks you guys are great. Your information are helpful
October 27, 2010 at 7:13 am
Thanks for your response. Actually this Unique Ids are not integers, they are just numbers already generated for every employee in my organization. So, they wanted leading zeros included for...
October 27, 2010 at 7:05 am
I have some data currently in my table and I want to flush them and add a new set of data. So I thought setting the Primary key to zero...
October 11, 2010 at 10:28 am
Thanks you so much. It worked!! I appreciate your effort.
October 6, 2010 at 10:14 am
Viewing 15 posts - 16 through 30 (of 46 total)