Viewing 15 posts - 1 through 15 (of 47 total)
My manager handed me a portable disk drive containing mdf files of about 15 databases, and asked me to tell him about them - age, content, when last used.....
After...
October 7, 2016 at 3:51 pm
Very nice script, thank you for sharing.
I made a small change in your final SELECT statement to identify the name and step number for any SQL Agent job processes...
September 9, 2015 at 10:11 am
Nice work; you've defined a mechanism for storing and managing server and database privileges in an environment-adaptive fashion. I imagine many of us can utilize this framework.
Now if only...
July 30, 2014 at 9:32 am
Very nice contribution; a keeper! Thank you for sharing.
November 12, 2013 at 9:57 am
Thanks for your help. I should have realized the error message was returning a page reference and not an object ref; your info helped me determine the table at issue.
I'll...
March 28, 2012 at 2:19 pm
Thanks for doing the work and letting us benefit from your efforts. Your script is helpful.
January 4, 2012 at 10:48 am
INNER JOIN CTE
ON T.From_Batch = CTE.Batch_Num
Now...
November 11, 2010 at 11:45 am
I've looked at these examples but haven't figured out how to join the tables to meet my needs. I need to join @BATCHES to @TRANSFERS, but how? @BATCHES has the...
November 11, 2010 at 11:27 am
Ah ha, now I see what I was forgetting. Thanks very much for your help.
August 11, 2006 at 3:07 pm
In BOL look at the doc for each of the SPs used in replication (sp_addpublication, etc.) and you notice that the job names are marked as for internal use only....
August 1, 2003 at 12:58 pm
How about something like this as an example?
declare @hival int
select @hival = max(id) from mytable
dbcc checkident(mytable, reseed, @hival)
HTH,
Steve Armistead,
Database Administration
Panther Systems Northwest, Inc.
Vancouver, WA
July 21, 2003 at 5:42 pm
Okay,
The PK of table RDM_ATC_LVL_4_LKUP (or a unique index) has to be on the ATC_LVL_4_CD column. Each rcd in this table has to be unique by ATC_LVL_4_CD for you to...
June 24, 2003 at 10:16 am
You've probably got a record in table XXX with a value in the ATC_LVL_4_CD column that's not in the RDM_ATC_LVL_4_LKUP.ATC_LVL_4_CD column.
use this query to find out if this is...
June 24, 2003 at 10:01 am
Thank you all for your ideas and solutions - my problem is no more.
I find it wonderful that this forum is available.
Steve Armistead,
Database Administration
Panther Systems Northwest, Inc.
Vancouver, WA
April 29, 2003 at 10:05 am
No, it's the snapshot agents in a transactional replication setup. The other agents appear to be operating okay. I think this is a problem with the clustered server failing over...
March 25, 2003 at 12:28 pm
Viewing 15 posts - 1 through 15 (of 47 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy