Viewing 15 posts - 1,441 through 1,455 (of 1,949 total)
Good article, Steve. I don't see how to get around this one. Where I work there aren't a lot of people who even know how to open up Excel, let...
January 21, 2014 at 8:31 am
Sean Lange (1/15/2014)
Rod at work (1/15/2014)
At this point I'm considering the possibility of using NVARCHAR. We didn't, back in the day when the database and tables were first created...
January 15, 2014 at 1:51 pm
Robert klimes (1/15/2014)
That's good to know that just changing a VARCHAR(10), let's say, to a NVARCHAR(10) might lead to concatenating some of the data. And it's also good to know...
January 15, 2014 at 1:50 pm
Hi Bob,
That's good to know that just changing a VARCHAR(10), let's say, to a NVARCHAR(10) might lead to concatenating some of the data. And it's also good to know that...
January 15, 2014 at 12:54 pm
Hi Sean,
At this point I'm considering the possibility of using NVARCHAR. We didn't, back in the day when the database and tables were first created (~1997 or so). I'm not...
January 15, 2014 at 12:52 pm
Thank you vilyana, pmadhavapeddi22 and Sean for your answers. I tested it using the code that you gave, Sean, on my test database server. Works like a charm. So that's...
January 10, 2014 at 1:09 pm
Since I'm a developer I have to have Visual Studio. That's essential for my job. Then because I do database development work I've got to have SSMS. We do reports...
January 10, 2014 at 8:33 am
Congratulations, Steve, the achieving 5 years with Red Gate, and thus being able to take a sabbatical! I've never worked at a company that offers its employees sabbaticals, so I...
January 9, 2014 at 7:54 am
Bill (DBAOnTheGo) (1/3/2014)
if it shows that it will run 2/1 then the schedule is enabled.I'll revert back to, 'delete the schedule and make it again'
OK, Bill, I've taken your advice....
January 3, 2014 at 1:22 pm
john.kroneberger (1/2/2014)
also, make sure job is enabled.
The job is enabled.
January 3, 2014 at 7:45 am
Jeffrey Williams 3188 (1/2/2014)
January 3, 2014 at 7:44 am
Jeffrey Williams 3188 (1/2/2014)
January 3, 2014 at 7:41 am
JackIntheBox (1/2/2014)
Try this,It will tell you the current status and last Execution and future execution times.
USE [msdb]
sp_help_job
Thank you, that's very helpful! I've just run the sp_help_job SP in msdb...
January 2, 2014 at 12:58 pm
Bill (DBAOnTheGo) (1/2/2014)
See if the schedule type is listed as recurring, see if the Enabled...
January 2, 2014 at 11:21 am
Hi Bill,
I think it's been moved. I'm looking at it now in SSMS. The schedule is there, with the name that I gave it ("Beginning of Quarter"). It's in the...
January 2, 2014 at 10:06 am
Viewing 15 posts - 1,441 through 1,455 (of 1,949 total)