Viewing 15 posts - 46 through 60 (of 60 total)
hey Gaill
i agree that fixing it to any arbitrary value doesnt solve the issue . i told him to do so because i thought doing this SQL will not...
May 18, 2015 at 8:46 am
audiocool (5/18/2015)
Many thanks for your valuable advise. Could you please guide me through the steps to troubleshoot the problems in my environment. I had around 10 databases with 2...
May 18, 2015 at 6:54 am
audiocool (5/18/2015)
Many thanks for your valuable advise. Could you please guide me through the steps to troubleshoot the problems in my environment. I had around 10 databases with 2...
May 18, 2015 at 5:51 am
use the command on that database
sp_change_users_login @Action='Report'
GO
if you got any result those will the users who wont be able to access the database
then fix them with
EXEC sp_change_users_login 'Auto_Fix',...
May 15, 2015 at 6:26 am
SQL-DBA-01 (5/14/2015)
I am looking for a script/proc, to extract the error captured in a daily basic for the whole day and report to the DBA over email. Second part...
May 15, 2015 at 4:11 am
what you can do is create the trigger which can track the changes in a object and and store the changes in a table and then can copy the...
May 15, 2015 at 3:05 am
have you tried this ?
http://tutorials.aspfaq.com/8000xxxxx-errors/why-do-i-get-80040200/80040514/800a0e7a-errors.html
WINNERS NEVER QUIT AND QUITTERS NEVER WIN
sqlserversdba.wordpress.com
May 15, 2015 at 3:01 am
hi
if You save that package then it will be saved As SSIS package. but you wont be able to use the same job for different file.
and the next question...
May 15, 2015 at 2:50 am
after attaching the database try to check for orphan users
WINNERS NEVER QUIT AND QUITTERS NEVER WIN
May 13, 2015 at 1:08 am
it might be helpful ...
Use SSIS to get data in csv or flat file and this is pretty simple or u can use export option also
Open the file...
May 13, 2015 at 1:02 am
When I run the "Copy Database Task" on server 1 to server 2 and the server 2 version is newer or equal to the server 1 version it runs fine....
May 13, 2015 at 12:41 am
unselect the option of which allows the report to capture the catch copy. this will cause report to run every time with actual data
WINNERS NEVER QUIT AND...
May 13, 2015 at 12:21 am
but the most important question will be , IS that fragmentation cost u so anything? is it impacting the performance ? as discussed earlier if the size of the table...
May 12, 2015 at 7:51 am
Check If the table your Talking about is contain Primary key/index , if not then plzz create one, so effect of Insert may be reduced for fragmentation..
May 12, 2015 at 6:39 am
Viewing 15 posts - 46 through 60 (of 60 total)