Viewing 15 posts - 106 through 120 (of 529 total)
That's a lot to cover in one answer
I'll start with the first point and then maybe move onto the rest when i get...
December 13, 2005 at 4:34 am
Hi Francis, to the best of my knowledge SQL doesn't do versioning (with the exception of DTS packages).
That's why change control is so important to get right.
Sorry I couldn't help...
December 13, 2005 at 4:24 am
Just to add that it's often much easier in multi-user environments where more than a couple of users need similar access to create a single role and grant permissions to...
December 13, 2005 at 2:32 am
LiteSpeed 2005 and SQL Backup are both really good at this sort of thing, I have no problems with recomending either of them to you.
December 13, 2005 at 2:29 am
Hmmmm.... just to add my 2 cents.
Over the years I've worked in huge organisations and small organisations and the main thing that I can add to the above is that...
December 12, 2005 at 6:08 am
Yep, we use a SAN for this, whilst i agree it is a single point of failure there's generally a good amount of redundancy built in (failover disks, multiple paths,...
December 9, 2005 at 10:03 am
With SQL 2000 you needed to buy enterprise if you wanted to do clustering, however, with SQL 2005 you can now do a 2 node cluster with the STD version.
If...
December 9, 2005 at 5:14 am
Hi Dave,
what accounts are your sql server and sql agent running under, this sounds like a security issue which generally means that the sql agent doesn't have the correct set...
December 9, 2005 at 5:04 am
Can I just say that I have no problem with women being on top
oops, slightly off topic I think
December 2, 2005 at 3:55 am
and now that it's friday we can all play much more than during the 'working' week
December 2, 2005 at 3:09 am
Because you want the cluster administrator rather than windows to control which node the service is started on
December 1, 2005 at 8:57 am
lol, no way you're Bunny
Them's fighting words if ever i heard em, prepare to be thrashed
November 30, 2005 at 6:54 am
Hi Pete,
Yes, the only way to do a point in time restore is to do a restore of the full DB (with norecovery set) followed by everything up to the...
November 28, 2005 at 9:15 am
I think this does what you want
SET @cmd = 'declare @rows int; ' +
'SELECT * INTO [mail_bounceback_' + CONVERT(varchar(10), @today, 112) +...
November 28, 2005 at 8:46 am
Viewing 15 posts - 106 through 120 (of 529 total)