Viewing 11 posts - 16 through 26 (of 26 total)
Thanks, that was very helpful...
Sounds like I need to pin down the actual requirements first.
Thanks
Susan
February 4, 2008 at 2:02 pm
Sorry should of mentioned I'm working with SQL 2000.
The article you referred me to is for restoring a backup.
I don't have a backup, just the ldf/mdf files.
Thanks
January 28, 2008 at 5:25 pm
I don't believe that's an option with the system databases -
Here's the error message I receive -
System databases master, model, msdb, and tempdb cannot be detached.
January 28, 2008 at 3:19 pm
I was also able to do it with this
select convert(char(10),cast(DateIn as datetime),120)
November 6, 2007 at 4:50 pm
The cast works to modify the field to the smalldatetime, but how I would use the convert in the same select statement?
Thanks for your help
November 6, 2007 at 3:24 pm
Thanks... SP2 did it.
I tried it with SP1, but still didn't see the 'per object' option.
Once I applied SP2, there it was...
Thanks again
Susan
November 2, 2007 at 11:46 am
I don't have the same options as you, what is the SQL 2005 version and edition are you using?
I'm running a standard SQL 2005 with no sp's.
Thanks in advance
Susan
October 31, 2007 at 3:54 pm
I don't have those options...
Here's what I have in the same screen.
October 31, 2007 at 10:20 am
Are the indexes the same between the original and new server? By default, nonclustered indexes are not copied when a table is replicated.
I did add the indices, but the...
October 26, 2007 at 2:55 pm
Sorry, I should have posted to the SQL 2005 site.
October 26, 2007 at 12:19 pm
Viewing 11 posts - 16 through 26 (of 26 total)