Viewing 15 posts - 2,161 through 2,175 (of 2,897 total)
I believe it is "normal", but confusing to see. Microsoft has a paper somewhere explaining it.
October 10, 2008 at 10:07 am
I think something got goofed up in the cut-paste process :
(I.STATUS & 64)
October 10, 2008 at 10:00 am
I prefer Idera's SQLSafe because you can restore an individual table without having to restore the entire Database - Handy if your database is 700 Gig like mine. Redgate...
October 9, 2008 at 7:48 pm
You want the target database to be a subset of the original database ? Or are you saying you might want to remove data from the original database...
October 8, 2008 at 7:54 am
SQLbeginner (10/7/2008)
where specifically in the query should i use the Collate function?I already have it in the middle part of the query.
Anywhere you're comparing or joining between the 2 databases....
October 7, 2008 at 1:37 pm
You need to move or copy the database to another server ?? How will knowing the number of tables & SPs help you ?
What method are you using...
October 7, 2008 at 12:26 pm
And performance will be bad, especially if the Data & Log are on the same drive.
October 7, 2008 at 12:17 pm
I completely agree with splitting prod from dev/test. We're building out a new data center soon, and probably going to use VM for the servers. The 2 prod SQL...
October 7, 2008 at 8:32 am
True ... I like fixing things, so it's a good challenge.
October 6, 2008 at 12:54 pm
I've often found the history information to be useful. Why do you want to delete it ?
October 6, 2008 at 12:44 pm
GilaMonster (10/6/2008)
October 6, 2008 at 12:38 pm
Thanks for the replies. My manager has made it pretty clear that he wants me to straighten things out (security, backups, performance...), and I think he's let the developers know.
We...
October 6, 2008 at 10:39 am
What are the collation settings for all the databases involved ?
October 3, 2008 at 1:42 pm
Viewing 15 posts - 2,161 through 2,175 (of 2,897 total)