Viewing 15 posts - 1,426 through 1,440 (of 1,939 total)
v.collazos (2/14/2014)
Rod at work (2/14/2014)
Mauricio N (2/14/2014)
February 17, 2014 at 7:38 am
Mauricio N (2/14/2014)
With...
February 14, 2014 at 12:37 pm
Craig, it was your suggestion of running a server side trace that put me onto the possibility that the code had left something out. All I saw was the SELECT...
January 28, 2014 at 7:46 am
OK, I think I've found out what the problem was. There wasn't a call to the save routine, in the user control that hosted those 8 data elements. I've put...
January 27, 2014 at 2:26 pm
Evil Kraig F (1/27/2014)
If the commands are reaching the server, then...
January 27, 2014 at 1:55 pm
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
Viewing 15 posts - 1,426 through 1,440 (of 1,939 total)