Viewing 15 posts - 1,411 through 1,425 (of 1,932 total)
I just took a look at the recovery model used for my instance of the SQL Express database, and I see it is set to Simple. Under those circumstances, what...
March 10, 2014 at 7:20 am
DEK46656 (3/6/2014)
March 6, 2014 at 9:26 am
My environment is somewhat different. We have MS SQL and MS SQL Express, so in essence the DBMS. However we still use a ORM to help us write our code....
March 6, 2014 at 8:01 am
I like your analysis, Stephanie. Very good.
March 4, 2014 at 12:42 pm
I recently went through this. We have a somewhat older ASP.NET website, that doesn't want to work with Internet Explorer 11. But more and more of our external users are...
March 4, 2014 at 8:03 am
Grant Fritchey (2/25/2014)
humbleDBA (2/25/2014)
Grant Fritchey (2/25/2014)
Like I said in my first post, it looks OK, but you need to add WITH RECOVERY to the log restore too.
It won't work if...
February 25, 2014 at 12:32 pm
Grant Fritchey (2/25/2014)
February 25, 2014 at 8:42 am
Hello Grant and Gail,
Yes, they are only running a single log backup. It happens once a day, immediately after the backup of the database occurs.
The ASI database is using the...
February 25, 2014 at 8:06 am
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
Viewing 15 posts - 1,411 through 1,425 (of 1,932 total)