Viewing 15 posts - 151 through 165 (of 218 total)
Set up a linked server, then
exec <<linkedserver>>.master.dbo.sp_executesql 'BACKUP DATABASE <<DBName> to disk='\\<<Server>>\e$\<<DBName>.bak''
Of course, inserting the proper servername and drive/directories.
April 9, 2010 at 4:30 pm
This is where we are confused - Why would anyone do Clustering at all?
Clustering provides quick failover, usually under one minute. With no changes for DNS (you connect to...
April 9, 2010 at 4:26 pm
RonKin (4/9/2010)
I am currently running SQL Server 2005 Enterprise. I...
April 9, 2010 at 8:11 am
RamSteve (4/8/2010)
what happens if we increase the RAM and the processors ?will it bring the transactions per sec down
No, there are n number of transactions that occur in your...
April 8, 2010 at 2:59 pm
What version of SQL will you be running?
It's always best to do a clean install of the OS rather than add/remove SQL
April 8, 2010 at 11:42 am
Look at the ACL's on the file
April 8, 2010 at 9:30 am
The only reasonably accurate way to estimate those numbers is in your test environment. There are many variables in getting a calculation. Are you storing bits, reals, int,...
April 8, 2010 at 8:36 am
Mike Hinds (4/8/2010)
GregoryF (4/6/2010)
... Hopefully, you have ACL's and the SQL Servcie account is (1) a domain acccount, not local service and (2) not a local admin ...
I usually use...
April 8, 2010 at 7:30 am
I've taken a six month contract that I finally left for a new job after 2 years. Remember there are certain accounting rules that make it easier to bring...
April 7, 2010 at 5:15 pm
lmu92 (4/7/2010)
Steve Jones - Editor (4/7/2010)
... But asking how many types of temp tables exist implies....
Steve, would you consider a worktable as being the third type of a temp table?...
April 7, 2010 at 4:58 pm
RamSteve (4/7/2010)
April 7, 2010 at 4:54 pm
Stop the service, when you need it start it up.
Take the reporting DB's off-line, when you need them bring them back.
Redirect in IIS to the current server (put up a...
April 7, 2010 at 1:49 pm
pankaj.baluni (4/7/2010)
CirquedeSQLeil (4/6/2010)
pankaj.baluni (4/6/2010)
AT the time of DR, Storage team will bring up the LUNs for me at the DR Site and I'll turn the SQL servers on. Now as...
April 7, 2010 at 8:10 am
Alvin Ramard (4/7/2010)
Assignment questions again?????
Apparently it's too difficult query google for the answers
April 7, 2010 at 7:40 am
Are you looking for the FQDN Server Name (like ATLSQLPROD01.MyOrginization.Net)?
April 7, 2010 at 7:26 am
Viewing 15 posts - 151 through 165 (of 218 total)