Viewing 15 posts - 796 through 810 (of 931 total)
Adam Angelini (6/17/2010)
June 17, 2010 at 11:36 am
Thank you Grant for your excellent suggestions.
June 16, 2010 at 10:53 am
Excellent work Adam. This is really useful article for any DBA.
June 15, 2010 at 12:11 pm
Thank you. I just wanted to confirm that 🙂
May 26, 2010 at 1:53 pm
homebrew01 (5/18/2010)
SELECT sysdb.name, bkup.description, bkup.backup_finish_date,
case
when type='D'...
May 18, 2010 at 12:10 pm
I came across the answer now in SQLServerCentral itself.
http://www.sqlservercentral.com/Forums/Topic731376-110-1.aspx#bm731472
We need to query msdb..backupset and there is a TYPE column where we can see the values for
different kinds of backups.
May 18, 2010 at 12:09 pm
Dear All,
Thanks for all your prompt response. I was working with an application team member and it was his job which was failing. I was helping to fix it. Looks...
May 18, 2010 at 10:54 am
CirquedeSQLeil (5/17/2010)
Are you getting an error message of any sort?
No error messages recorded on log.
May 17, 2010 at 4:52 pm
MANU-J. (5/17/2010)
Please post the table definition here(along with constraints info, if any). Also, check for any triggers(especially insert triggers) on that table.
There are no triggers or constraints. Here is the...
May 17, 2010 at 4:52 pm
Thank you all for the wonderful inputs.
May 13, 2010 at 4:15 pm
Thanks for the quick response. Sorry, I had give the wrong instance name to connect.
I checked the SQL Server Log at this folder and got correct instance name.
C:\Program Files\Microsoft SQL...
May 13, 2010 at 3:56 pm
To add, the database is in bulk-logged recovery model
May 13, 2010 at 11:36 am
Another question is, creating indices would generally help select statements. But in this case as it is a update, would it have any negative impact ?
May 12, 2010 at 10:27 pm
CirquedeSQLeil (5/12/2010)
mohammed moinudheen (5/12/2010)
Leo.Miller (5/12/2010)
May 12, 2010 at 8:33 pm
CirquedeSQLeil (5/12/2010)
mohammed moinudheen (5/12/2010)
UPDATE stagingtable
SET DeleDate = @A1, IncrementLoadCd = @A2
WHERE TransactionId = @A3 and RangnDsTx = @A4
is taking too...
May 12, 2010 at 6:03 pm
Viewing 15 posts - 796 through 810 (of 931 total)