Viewing 10 posts - 1 through 10 (of 10 total)
This script appears to make short work of a problem we experience. However, I can not be sure since it calls '[dbo].[uf_AR_EndPrd_Date]())' which I do not have to make use...
October 13, 2014 at 8:36 am
Thank you both for your replies. I just had never seen an instance where this happened to occur, usually policy states 3 letter aliases. this user was recently brought in...
May 7, 2014 at 10:20 am
Thanks for the reply. upon reading it I realize my sample was not as complete or accurate as I had hoped. Here is the actual code:
SELECTDISTINCT
l.lgh_number,
o.mov_number
FROM orderheader o
INNER JOIN legheader...
May 7, 2014 at 8:09 am
Lynn-
I appreciate the advice and the help you offered on this topic, after further review it seems to be a known, old but known issue with the difference between the...
September 2, 2008 at 6:26 am
I have user databases numbered beginning at 5, system databases respectively are:
1- master
2- tempdb
3- model
4- msdb
5- starts user created dbs
so maybe dbid >4?
June 27, 2006 at 11:12 am
After exchanging questions with J.T. this morning I am including the information as additonal information...
Since the SID column is the SID of the db creator this column may not be useful...
June 27, 2006 at 9:33 am
Right-click a database, go to TASKS, to GENERATE SCRIPTS, this gets you the Script Wizard, click NEXT, choose a DB, NEXT, Script Behavior is about 6 or 7 rows down, click...
November 29, 2005 at 7:10 am
Could there be index hints forcing the plan to be built poorly that need removed? Statistics won't help a bad plan being built if the code is forcing a path...
September 21, 2005 at 6:10 am
Viewing 10 posts - 1 through 10 (of 10 total)