Viewing 15 posts - 151 through 165 (of 489 total)
You do need to check with your system admin that they aren't using anything like NetBackup's De-duplication technology when they make tape backups of the SQL backup files. The net...
January 25, 2012 at 11:17 am
bailifei2011 (10/14/2011)
January 24, 2012 at 7:36 pm
I've just tested this and it works.
select replace('This -- is a sample --','--','')
Returning: This is a sample
Cheers
Leo
January 24, 2012 at 1:14 pm
Are you by any chance using NOD32 Antivirus and firewall?
Leo
January 24, 2012 at 12:10 pm
I have seen this happen when you have a domain account logged onto SQL and you change the domain account password. If you then try log on from another computer...
January 24, 2012 at 11:13 am
As long as DYNSA is a user in the database you can't make it the database owner. You will firts have to delete the user from the database, then run...
January 22, 2012 at 12:28 pm
The answer depends on how you are licensed and what version of VMWare you have. VMWare ESX can support up to 8 virtual CPUs per VM. This is from the...
January 22, 2012 at 12:20 pm
SQL doesn't allow you to let a database user become THE database owner, or for the database owner to be made an explicit database user. This is different to being...
January 19, 2012 at 3:33 pm
Don't know about the US, but here in New Zealand I'd probably copy the file to tape and have it couriered the remote centre.
Cheers
Leo
January 18, 2012 at 6:03 pm
Are you also rebuilding the clustered index?
Cheers
Leo
January 18, 2012 at 2:59 pm
The primary issues I've experienced with this have been related to the renaming of the server. Yes, you can create a clone, SQL will start with only the system databases,...
January 12, 2012 at 6:03 pm
Not sure why you would still be setting up Windows 2003 clusters, but you can do it.
Note that if you are installing both SSRS 2005 and SSRS 2008R2 you MUST...
January 12, 2012 at 2:34 pm
Tara-1044200 (1/5/2012)
here is how i laied out.tempdev1D:\DATA\tempdb.mdfPRIMARY1073741824 KB1073741824 KB10%data only
templog2D:\LOG\templog.ldfNULL512 KBUnlimited10%log only
tempdb23F:\DATA\tempdb2.ndfPRIMARY3072 KBUnlimited1024 KBdata only
tempdb34E:\DATA\tempdb3.ndfPRIMARY3072 KBUnlimited1024 KBdata only
and the D drive also has 450gb od space for OS paging
If...
January 5, 2012 at 3:46 pm
I've worked with this sort of scenario before and it can be worth while setting this up.
In the event of a planned failover, e.g. for maintenance, where you need to...
January 5, 2012 at 3:26 pm
Also, it is commonly believed that one can't create an index on a table variable, however, this can be achieved by declaring a primary key like in the example below....
December 14, 2011 at 3:39 pm
Viewing 15 posts - 151 through 165 (of 489 total)