Viewing 15 posts - 16 through 30 (of 148 total)
I started hacking up the sp and found at the beginning there are a couple of checks to verify there's valid data in the spreadsheet and it stops processing if...
February 15, 2017 at 11:47 am
I have updated to add table alias and changed table alias on OUTPUT and gone with a real table instead of temp table:
UPDATE company SET
active =
CASE
WHEN [F51] < GETDATE()...
December 1, 2016 at 1:16 pm
Here's an example: I built a FoxPro database queue solution to update a telephone switch. There was a FoxPro communication library that was able to connect to it....
February 3, 2016 at 8:49 am
I took my 10th trip (I had been going since the 1970s) to the UK from the US. Instead of just staying in London and doing day trips to...
July 25, 2014 at 6:47 am
ok, I ended up creating a batch file as step 1 to see if the file is there and set an exit code when it's not there, which causes sql...
February 11, 2014 at 8:30 am
michaelrounds (9/27/2013)
Sailor (9/27/2013)
Whenever an email is sent, it comes from me, I'd rather not have that. I've been looking in SPs and tables, but don't see it.
Unless I'm misunderstanding...
September 27, 2013 at 2:12 pm
Whenever an email is sent, it comes from me, I'd rather not have that. I've been looking in SPs and tables, but don't see it.
September 27, 2013 at 1:54 pm
Thanks, I'll do that next time.
July 31, 2013 at 11:05 am
On the email alert for blocking, the SQL may get truncated, so I cannot see the table. So, I go into activity monitor where I can see the object...
July 31, 2013 at 8:08 am
How about adding a job that can check disk space every hour?
June 25, 2013 at 7:13 am
Excellent thanks, I did a dbcc errorlog and reran it. It ran in less than two seconds.
I was on an older version that did not have the Errorlog in...
June 24, 2013 at 10:47 am
On one server the daily report runs an incredibly long time. It's on vmWare SQL 2008R2.
June 24, 2013 at 9:06 am
I am getting negative numbers on file stats last 24 hours for one of my databases.
File Stats - Last 24 Hours
Filename# ReadsKBytes Read# WritesKBytes WrittenIO Read Wait (MS)IO Write Wait...
May 2, 2013 at 6:54 am
Does this work if you use external software such as ArcServe that calls SQL Server APIs?
April 22, 2013 at 7:03 am
Viewing 15 posts - 16 through 30 (of 148 total)