Viewing 15 posts - 5,986 through 6,000 (of 6,486 total)
GilaMonster (10/22/2007)
October 22, 2007 at 11:34 am
Well - it's an interesting article, but does seem to miss covering a LOT of issues/concerns. For example - part of the "aging staff" would be the mainframe programmers,...
October 22, 2007 at 8:38 am
sheesh I go away for the weekend, and there's a testing war started? hehe...
Jeff - for what it's worth: if you changed your indexing scheme - OVER (Partition...) works...
October 22, 2007 at 8:16 am
Yeah - I call them - "not being in charge of your destiny":
- projects you inherited that aren't good;
- third-party apps that s**k data-wise,that you...
October 19, 2007 at 8:47 pm
1.Reading a record at a time versus inserting in bulk will lengthen your process something awful. It will take more resources, piss the server off for longer...(In short -...
October 19, 2007 at 2:16 pm
As far as I can remember:
Windows 2003 R2 has been around since Sep 2006
SP2 (both for R1 and R2) has been around since Nov. 2006.
Windows R2 was built to...
October 19, 2007 at 1:41 pm
I realize it's a tad bit late since you've already downloaded the 268MB version...but there was a standalone SSMS Express (just SSMS, not the whole thing) download out there. ...
October 19, 2007 at 1:06 pm
Jack Corbett (10/19/2007)
October 19, 2007 at 12:59 pm
Wow - lot to handle here
Jeff Moden (10/19/2007)
October 19, 2007 at 11:15 am
from the UI side, right-click on the user, and go into properties.
If you don't have access to the PW, then it's a windows user. Change those from the OS.
October 19, 2007 at 8:58 am
If it's a third-party application... you really should talk to them about getting a data dictionary and/or whatever you wish from them. Some third-parties get very squirrely when you...
October 19, 2007 at 8:46 am
Sergiy - you missed my response to Jeff. Short answer - on the same platform (hardware+table+indexes+data spead) - they tie, or at least are close enough to consider either...
October 19, 2007 at 7:26 am
As to the main topic - did my degree in Computer Science in two swipes.
Cut my teeth on Pascal, Ansi C, Prolog/Lisp in the GNU/EMACS ENIAC environment the...
October 19, 2007 at 7:20 am
Sergiy (10/19/2007)
Greg Snidow (10/19/2007)
Sergiy, wouldn't it be possible to have a small table of only hollidays, and if @DateEnd falls on one of those days just add 1?
Bloody site!
Wiped...
October 19, 2007 at 7:06 am
FYI - for those interested... The "flagged" version looks like this.
Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Data.SqlTypes
Imports Microsoft.SqlServer.Server
Imports System.Text.RegularExpressions
Partial Public Class UserDefinedFunctions
<Microsoft.SqlServer.Server.SqlFunction(IsDeterministic:=True, IsPrecise:=True)> _
...
October 19, 2007 at 7:01 am
Viewing 15 posts - 5,986 through 6,000 (of 6,486 total)