Viewing 15 posts - 31,621 through 31,635 (of 39,819 total)
Honestly, if you are thinking of this, I'd do it this way.
Replicate back to separate DBs on your main server. This gives you some DR stuff since you can quickly...
August 21, 2007 at 9:56 am
You might be better off with taking your list and running a "connect" to each one as a domain admin (should work) and getting the version. I think that's what...
August 21, 2007 at 9:54 am
missing a comma up there before one of the CASE statements.
CASE when ... end
is like a column. Needs commas to separate out.
You have
select x
, y
case...
August 21, 2007 at 9:52 am
The code pages for the data are different. Meaning the way in which the data is encoded is causing problems. Since the OR works, I'm guessing there's some bug here.
Report...
August 21, 2007 at 9:50 am
It's the cross apply with the function that gets the text. It's not in a table, need a handle to the plan to get it.
August 21, 2007 at 9:48 am
I've run out of INTs in some situations. Like SMS, constant scan type of stuff.
Eventually it's an issue. BigINT gives you more space. If you run out, need to move...
August 21, 2007 at 9:46 am
It's a secure channel/AD thing. For some reason your token isn't being accepted.
Check times (need to be fairly synched) among machines. Check the AD channels (need a network/AD person to...
August 21, 2007 at 9:43 am
Use Verifyonly, but periodically run a restore from the backup file. It's good practice for you.
Also periodically restore from tape or whatever archive media you're using. Ensure that it's really...
August 21, 2007 at 9:42 am
Yep, same as other databases.
August 21, 2007 at 9:41 am
xp_sendmail is the best way if you are looking for the server to send mail (all coming from one box).
What are you trying to do?
August 21, 2007 at 9:37 am
No idea here. I'll try and see if I can get the author to respond.
Steve
August 21, 2007 at 8:34 am
Those are definitely good points to consider. Especially with large SANS dropping disks on a weekly basis in many places.
I'm definitely not sure if I'd want to take care of...
August 21, 2007 at 7:58 am
Luke,
That was my first thought, but I'm assuming they have some sort of RAID technology as well built in. The MAID software also periodically (I think I saw weekly from...
August 21, 2007 at 6:49 am
I don't think it's an NDA violation, so I'll give you my take.
I can't remember using any menus from the top during the simulation. You actually don't have SSMS, you...
August 21, 2007 at 6:46 am
Viewing 15 posts - 31,621 through 31,635 (of 39,819 total)