Viewing 15 posts - 541 through 555 (of 965 total)
Perry Whittle (1/11/2009)
homebrew01 (1/10/2009)
Perry Whittle (1/10/2009)
homebrew01 (1/10/2009)
January 11, 2009 at 5:24 pm
It is a good way to find your IO capacity. If you are just starting out, you might use it to play with varying configurations of your SAN and...
January 11, 2009 at 5:16 pm
SQLBOT (1/11/2009)
I like what you're saying and it's worth noting that I think all SA access for vendors should be...
January 11, 2009 at 5:11 pm
Perry Whittle (1/11/2009)
homebrew01 (1/10/2009)
Perry Whittle (1/10/2009)
homebrew01 (1/10/2009)
January 11, 2009 at 5:05 pm
kiransuram19 (1/9/2009)
In the job you mentionted output file as c:\test_outputfile.txt..,and job will run successfully for the first time only ...after that job(2nd attempt) will fail with error.. file already exists...
January 9, 2009 at 5:33 pm
You can find the path as the errorlog_file:
EXEC dbo.sp_get_sqlagent_properties
you can then change it with:
EXEC msdb.dbo.sp_set_sqlagent_properties @errorlog_file=N'D:\SrvApps\Microsoft SQL Server\MSSQL.5\MSSQL\LOG\SQLAGENT.OUT'
January 8, 2009 at 8:23 pm
You can also put the select statement in a Transact-SQL job step, and add an output file on the Advanced settings for the step and it will write the data...
January 8, 2009 at 8:17 pm
Paul_J (1/8/2009)
Dim myDate as DateTime?
The "?" at the end makes it...
January 8, 2009 at 8:04 pm
The weather has been wonderful down here. I think we had a few days where we needed to wear a light jacket last year, but it has been unseasonably...
January 8, 2009 at 8:01 pm
colin Leversuch-Roberts (1/8/2009)
My experience with virtual sql servers has been very poor unless the db is small - ever tried a 1.5TB databse on a virtual server?
I've done a number...
January 8, 2009 at 4:10 pm
John Beggs (1/8/2009)
January 8, 2009 at 4:00 pm
SQLBOT (1/8/2009)
Normally I go for a single host\instance for the performance. The reason we use virtualization is for vended applications that require any...
January 8, 2009 at 3:58 pm
SQLBOT (1/8/2009)
Using this same image and configuration, Buck has discussed this before, that you would be better off going physical for this implementation using 5 instances on the physical server,...
January 8, 2009 at 10:42 am
BuckWoody (1/8/2009)
Most often the problems...
January 8, 2009 at 9:13 am
BuckWoody (1/8/2009)
January 8, 2009 at 9:06 am
Viewing 15 posts - 541 through 555 (of 965 total)