Viewing 15 posts - 10,471 through 10,485 (of 49,566 total)
Any chance of seeing the code and the table definitions?
January 9, 2014 at 12:02 am
You can only have one distribution database per instance.
January 8, 2014 at 10:40 am
alanm 5339 (1/8/2014)
January 8, 2014 at 10:32 am
Why didn't you address the problem when this or the scheduled checkDB job started to fail? (You do have a scheduled CheckDB job?)
You're probably going to lose data as a...
January 8, 2014 at 8:19 am
Log the job output to a file (properties of the job step -> advanced).
However, you have larger problems, run the following, post the full and complete results and start doing...
January 8, 2014 at 7:55 am
Script the permissions from dev before you restore (semi-manual), run the script that recreates the permissions after the restore.
January 8, 2014 at 12:27 am
We still don't have enough information about the problem to even guess at a solution. I can't read your mind, I can't see your server.
GilaMonster (1/6/2014)
January 7, 2014 at 9:30 am
Can you post (as an attachment) one of the error logs for the server?
January 7, 2014 at 7:06 am
chandan_jha18 (1/7/2014)
January 7, 2014 at 4:46 am
Don't restart, it could well be a waste of time.
20GB is not huge for a TempDB and if the files grew to that size is means that TempDB needs to...
January 7, 2014 at 4:41 am
Break it into multiple procedures and ditch all the ELSE statements, you don't need them and they're making things more complex
IF (@Var = 1)
EXEC PROC1
IF (@Var=2)
EXEC...
January 7, 2014 at 12:16 am
Chapter 3 - https://www.simple-talk.com/books/sql-books/troubleshooting-sql-server-a-guide-for-the-accidental-dba/
January 6, 2014 at 2:44 pm
Backup buffers, thread stacks, linked server drivers, CLR, few other things too.
Chapter 4 - https://www.simple-talk.com/books/sql-books/troubleshooting-sql-server-a-guide-for-the-accidental-dba/
January 6, 2014 at 9:12 am
joey6401c (1/6/2014)
I modified my query but it returns an error
Delcare @dt date
Set @dt = GETDATE()
select distinct v1.name 'Machine Name', v1. 'Username', t1.displayname 'Unlicensed Application', t1.installdate 'Install Date'...
January 6, 2014 at 9:10 am
Viewing 15 posts - 10,471 through 10,485 (of 49,566 total)