Viewing 15 posts - 106 through 120 (of 639 total)
-- kill all connections to MyDatabase first, then run
use master
alter database [MyDatabase] set allow_snapshot_isolation on
alter database [MyDatabase] set read_committed_snapshot on
Before changing this and hoping that you get no...
October 25, 2009 at 5:30 pm
$nameoffile = 'myname' + getdate() this way the file be unique.
October 25, 2009 at 5:26 pm
Make sure the fully qualified name is being used i.e SQLSERVERNAME.DOMAIN Check with DNS people what they set it as and try IP instead. Make sure SQL is set...
September 25, 2009 at 6:35 am
Few things that you can do if brand new. Get a list of all the configurations, server, sql the memory settings, the database locations where disks are stored..Think of...
September 8, 2009 at 2:52 pm
I had this once where it would remain as Red x that it didn't run but it had run. I ended up just adding a new job and deleting...
September 8, 2009 at 2:34 pm
If you can go straight to SQL 2008 and Windows 2008 there are wizards making your life simple.
The Disks have to be setup first for Cluster part of SQL and...
September 8, 2009 at 2:20 pm
Can you connect to SQL using SQLCMD you could then execute the memory change setting.
September 8, 2009 at 2:05 pm
The SQL Idera is per 5 minutes not every sql statement. Is there a way to make this every statement.
Quest for SQL is the boom. expensive though
August 15, 2009 at 2:06 pm
Basically the SAN guys can give you some guidelines to follow. Or try DELL / EMC website.
If you have a SAN there are some tools on here for measuring...
August 15, 2009 at 2:02 pm
Mark the record.value('(./Record/SchedulerMonitorEvent/SystemHealth/ProcessUtilization)[1]', 'int') AS the path is this a specific path somewhere. Did you set this up in master or just any "DBSYSTEMDB"
Cheers
August 15, 2009 at 1:58 pm
Click on the DAIL MAIL in SQL STUDIO and put the email server parameters in it.
August 15, 2009 at 1:49 pm
Yes that was great and i appreciated it. Got my program running Friday made my weekend.
Cheers for sharing.............
July 25, 2009 at 10:42 am
If more than 23 in the string or less i should use len too
July 24, 2009 at 2:00 pm
Viewing 15 posts - 106 through 120 (of 639 total)