Viewing 15 posts - 4,306 through 4,320 (of 6,486 total)
brekher (3/7/2008)
On the server that I would change it on, I would want all system views procs, etc.. to see the date returned. Thats why I am looking into changing...
March 7, 2008 at 11:37 am
Let's just say that messing with getdate() will likely get all sorts of system functions/views to start falling apart. If nothing else - this might be your time to...
March 7, 2008 at 10:45 am
brekher (3/7/2008)
To avoid changing over 100,000 lines of code I need to change the getdate() function itself within SQL server. Can someone please point me in the right direction as...
March 7, 2008 at 10:25 am
Ratheesh.K.Nair (3/7/2008)
The problem is that after reviewing the codes they said that EXISTS and TOP...
March 7, 2008 at 10:22 am
hmm - the twist that changes the problem around:)
I'd modify Jeff's script a little, to bring over the date as well.
drop table #tmptable
SELECT CAST(pd.TodayID AS INT) AS TodayID,pd.PreviousDayID,pd.PatientID,1 AS Parm,[date]...
March 7, 2008 at 9:55 am
Brandie Tarvin (3/7/2008)
And the only way to deal with this kind of pressure is to know you're having fun with your work.
That's actually kind of funny to me. ...
March 7, 2008 at 9:22 am
DBADave (3/7/2008)
I want to make sure I am on the same page, or at least in the same book :). In your last replay you referred to attaching an...
March 7, 2008 at 9:09 am
No - a virtual LUN is an aggregation of several "physical LUN's". Physical LUN (more or less) = tied to a single physical RAID group.
It's the same thought as a...
March 7, 2008 at 8:16 am
With 2005, it can get interesting licensing-wise with virtualization (Virtual Server, VMWARE, etc..). The cliff notes version is:
- if you're using Enterprise edition AND you've licensed ENTERPRISE edition...
March 7, 2008 at 8:04 am
Brandie Tarvin (3/7/2008)
Lynn Pettis said:
I just wish the computer would do want I want, not what I tell it to do. It would be sooo much easier.
Amen to...
March 7, 2008 at 7:33 am
Considering their purpose is to limit data from coming back - they're going to cause the query to be "harder", more work, etc... But that's the definition of what...
March 7, 2008 at 7:32 am
could you explain what leads you to believe that it's "not working"? What are you getting or not getting that you were expecting? Give us some specific examples...
March 7, 2008 at 7:26 am
You will find that you're going to need to do that outside of a function. Exec isn't allowed in a function.
March 7, 2008 at 7:22 am
DBADave (3/7/2008)
Are you saying you have a RAID 10 and RAID 5 running at the same time on the same set of disks? Is that even possible?
In the same...
March 7, 2008 at 7:17 am
I came across this from what is currently one of my favorite comic strips....I kind of hope this is true for Gary - I think he'd enjoy it this way....
March 7, 2008 at 7:13 am
Viewing 15 posts - 4,306 through 4,320 (of 6,486 total)