Viewing 15 posts - 1 through 15 (of 40 total)
Thanks for the suggestion, but even after adding a share as \\hostname\SQLBACKUP\database, I'm still getting this error:
Msg 3153, Level 16, State 2, Line 1
The database is already fully recovered.
Msg 3013,...
October 23, 2013 at 10:03 am
100% full access. I can access it from the server with the Windows Authentication account I am using
EDIT: I forgot to show the error message that I get when using...
October 23, 2013 at 6:58 am
Just a follow up, this is working great!
I used the script provided in the solution that George provided and modified so it would actually restore the database instead of...
October 22, 2013 at 3:48 pm
George....just what I was looking for! My terminology was off...no wonder I couldn't find anything
Thanks!
September 19, 2013 at 9:38 am
This is absolute gold!
Thanks for helping out. I'm still 'New Jack' when it comes to SQL Server. I'm learning something new every day. Didn't realize SSRS could do this.
March 8, 2013 at 7:26 am
If you run into any issues and need some help, PM me. I'd be more than happy to help
I did all of the migrations and upgrades myself to save the...
February 18, 2013 at 8:19 am
Steve,
I figured this problem out a while ago. Our program we were running (Syspro) has some sort of authentication glitch it seemed. AD Group Authentication was working until we had...
February 15, 2013 at 2:48 pm
Wow....that was way easier than I made it out to be. Still waiting for the coffee to kick in!
Thanks for the help! This will make everything cleaner in the report.
January 15, 2013 at 9:09 am
I meant changing the hyperlink in the text box. I am unfamiliar with expressions for HTML so I wanted to know if there was an easier way to do this...
January 15, 2013 at 8:05 am
I wasn't aware you could put the case statements into the GROUP BY clause...that's interesting! I need to be more daring in writing code 🙂
Unfortunately the query doesn't work because...
May 31, 2012 at 3:50 pm
Eugene,
You hit the nail right on the head. The accountno isn't getting inserted into the ITEMSENT table and is NULL. There is no reference to the accountno in the CONTACT2...
May 9, 2012 at 6:59 am
Here's what I figured out...
Using SQL Server Profiler, I enabled SP:StmtStarting SP:StmtCompleted in the profiler options to see when the trigger is being run.
When the FedEx software inserts data...
May 8, 2012 at 3:15 pm
Thanks for the insight everyone.
As someone who isn't a seasoned SQL Server vet, this is great information.
May 7, 2012 at 12:11 pm
Both users have direct update and insert, that's why I cannot understand why the trigger will not fire for this one user.
The CRM users have a generic SQL User that...
May 7, 2012 at 10:48 am
The only roles the two users have are public, read, and write and they're both setup identical in the database.
I'm wondering if it's a case of 32bit vs. 64bit
May 4, 2012 at 12:58 pm
Viewing 15 posts - 1 through 15 (of 40 total)