Viewing 15 posts - 1,426 through 1,440 (of 1,949 total)
sreekanth bandarla (3/7/2014)
BTW, here is the KB article on how you can do that...
sreekanth, I went to the link you provided. I've gotten the SQL script that's on the page,...
March 10, 2014 at 1:01 pm
You all are giving me great feedback here. I've got to consider what would be best for my situation. I'm sure that the user's SQL Express instances are all set...
March 10, 2014 at 9:31 am
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
Viewing 15 posts - 1,426 through 1,440 (of 1,949 total)