Viewing 15 posts - 1 through 15 (of 29 total)
Sorry, somehow that named instance was on 1434. We changed it to other port, and things are back to normal.
September 25, 2012 at 1:21 pm
Following link may help you for troubleshooting this issue, even though you have counter in PM.
Basically, you need to look at following things
1, PM DMV in SQL
2, Reg...
July 25, 2012 at 11:50 am
Please don't confuse and misuse this feature. CDC is a good tool for data analysis purpose, but not auditing.
If you are working on DW and trying to analyze user bbehave...
November 3, 2011 at 11:02 am
You do need license to run SSIS on your local PC. The solution should be purchase a Developer edition of SQL which cause about $100, or if you have MSDN...
October 26, 2011 at 7:24 am
Thanks for reply. I manually added two parameters to replication meta table, and got my query through. However, I still couldn't see them from agent profile tab on replication monitor....
August 3, 2010 at 12:44 pm
asifchouhan08 (7/6/2010)
yes Ignition =1 means turn on and ignition 0 means turn off with respective modified date time
Then try this
Create table T (ModifiedDate Datetime, Ignition BIT)
INSERT INTO T (modifieddate,Ignition)
Select '2010-07-05...
July 7, 2010 at 7:41 am
Try this
Create table T (ModifiedDate Datetime, Ignition BIT)
INSERT INTO T (modifieddate,Ignition)
Select '2010-07-05 13:36:24.470', 0
UNION ALL
SELECT '2010-07-05 13:37:28.513', 0
UNION ALL
SELECT '2010-07-05 13:38:33.560' ,1
UNION ALL
SELECT '2010-07-05 13:39:38.623' ,1
UNION ALL...
July 6, 2010 at 1:48 pm
Code-1029433 (6/23/2010)
June 23, 2010 at 2:52 pm
You may call sp_stop_job in step to stop job, and you can check job history from log or directly from job history table to identify which time the job was...
June 23, 2010 at 1:21 pm
aroatenberry (6/23/2010)
June 23, 2010 at 12:06 pm
Eugene Elutin (6/22/2010)
You could add PrimaryAddressId column into your Person's table, that would ensure the person has only one primary address.
I think Eugene got the answer. Flag column in address...
June 22, 2010 at 8:17 am
I had been worked on CommVault a while, and as a DBA, I think CommVault is working well for SQL 2005, but not for 2000, and no advantage for SQL...
May 21, 2010 at 2:47 pm
GilaMonster (5/20/2010)
That's a table that stores info on what columns exist in what objects. Latches protect the physical structure of the page, so that...
May 20, 2010 at 10:55 am
GilaMonster (5/20/2010)
DBCC TRACEON(3604)
DBCC PAGE (5,1,11099981)
DBCC...
May 20, 2010 at 9:49 am
GilaMonster (5/20/2010)
How many CPUs on this system? Is there only 1 file...
May 20, 2010 at 9:10 am
Viewing 15 posts - 1 through 15 (of 29 total)