Viewing 15 posts - 16 through 30 (of 61 total)
Hi,
this was the first hit with google:
move ERRORLOG:
move system database:
https://technet.microsoft.com/en-us/library/ms345408%28v=sql.110%29.aspx
Or do you search something special?
Kind regards,
Andreas
July 6, 2016 at 2:27 am
Hi,
I think you need a monitoring tool, or you had to lock at the performance counters from performance monitor.
Just collect them for 1 week, and you find your window...
June 22, 2016 at 1:09 am
Hi,
the user which will performe this action, is this a SA user, or has this user the required rights:
"ALTER ANY LOGIN"
Kind regards,
Andreas
June 21, 2016 at 5:03 am
Hi,
on which server did you get this error, publisher, subscriber or distributor?
What about the size of you "lob" data?
Kind regards,
Andreas
June 13, 2016 at 1:39 am
Hi,
I think, without the error message, we are not able to help.
Please post the error log, or the error message.
June 13, 2016 at 1:33 am
June 10, 2016 at 1:15 am
Hi,
I don't know the source of your query, but if you got bytes, you had to divide 3 time
Bytes / 1024 = KB
KB / 1014 = MB
MB / 1024 =...
June 6, 2016 at 6:48 am
Hi,
in this link is explained, which data is stored in the tempDB:
https://msdn.microsoft.com/en-us/library/ms190768.aspx
Internal objects that are created by the SQL Server Database Engine, for example, work tables to store intermediate results...
May 25, 2016 at 1:06 am
Hi,
I think this is impossible, SQL is a database tool, no video tool. I've never heard, that sql cmd could manage such a task.
Kind regards,
Andreas
May 24, 2016 at 1:58 am
Hi,
you can use this query to look into your database, how much storage is really needed:
USE yourDatabase
GO
sp_spaceused
The value "unallocated space" is the free space in the database, and is not...
May 24, 2016 at 1:17 am
Hi,
are all services from the sql server starting with local accounts?
Are you able to start the sql server services with a domain account?
If you are working with DR or...
May 19, 2016 at 11:38 pm
Hi,
have you checked with your domain admins, if there is a valid SPN in the domain for you SQL-Server?
Kind regards,
Andreas
May 19, 2016 at 5:32 am
Viewing 15 posts - 16 through 30 (of 61 total)