Viewing 15 posts - 28,366 through 28,380 (of 39,809 total)
If you need to use languages outside English, then use Unicode. If you are sure you won't, then stick with regular varchar.
June 3, 2008 at 6:27 pm
There are lots of ways to do this, but most of them come down to being organized and standardized in how you approach deployments.
I wouldn't give anyone Visual Studio...
June 3, 2008 at 6:26 pm
Use a production backup and obfuscate the data.
Buy a tool. Red Gate has a data generator you can use.
June 3, 2008 at 6:24 pm
In this case GUIDs are a better choice. You can use identities, but pick ranges for each system, large ranges, if you do.
June 3, 2008 at 6:23 pm
Don't cross post.
Answered here: http://www.sqlservercentral.com/Forums/Topic511041-146-1.aspx
June 3, 2008 at 6:22 pm
I must also point out that the terms "sloppy" and "specialist" are NOT mutually exclusive.
How true, how true.
The measure of a person is how well they do the work and...
June 3, 2008 at 2:10 pm
Project Management is a big part of it, but it's also how we want to be perceived by other groups and people in general. I think IT has a fly-by-night,...
June 3, 2008 at 12:31 pm
The download has been updated to correct a few bugs, courtesy of Mr. Bird.
June 3, 2008 at 12:27 pm
I probably didn't do a good job explaining the analogy, but I think that looking at other professions might help us decide if we should change the way we do...
June 3, 2008 at 9:30 am
:), I was going to suggest what you posted. Single user mode usually helps here.
June 3, 2008 at 9:23 am
Terry,
Good advice.
OP,
You would restore the full, the diff, and logs, and with the final log, go as long as you can. You have to practice those tasks. I'm not sure...
June 3, 2008 at 9:20 am
That's a good question. I know xp_delete_file is called, with the filename and time base on tracing things.
In testing, I also saw a call like this:
exec sp_executesql N'RESTORE LABELONLY FROM...
June 3, 2008 at 9:17 am
2 instances meaning active/active or 2 instances on one node in active/passive?
Are you adding another server (3 nodes) for the instance or a third instance somewhere else?
June 3, 2008 at 9:13 am
Config Mananger, is it connecting to the virtual node or one of the individual nodes?
It might not be cluster aware. I wouldn't be surprised there if you had to manually...
June 3, 2008 at 8:53 am
Marios,
That's an interesting scenario. I haven't dealt with it, but my thoughts are that you enable AWE on all instances. With 2-3GB for each instance, I think you would not...
June 3, 2008 at 8:48 am
Viewing 15 posts - 28,366 through 28,380 (of 39,809 total)