Viewing 15 posts - 38,731 through 38,745 (of 39,466 total)
December 6, 2001 at 8:14 pm
I wasn't aware they could be hidden? The default instance will respond on port 1433. Named instances use other ports, but I can't remember off the top of my head...
December 6, 2001 at 10:38 am
Not sur why that wouldn't work. Smalldatetime is just a little smaller (in size) than datetime.
Glad its mostly working.
Steve Jones
December 6, 2001 at 10:36 am
December 6, 2001 at 10:34 am
transactional isn't that much overhead, especially if you move teh distribvutor to another server. What's a lot of transactions? I've had this work in a few solutions as the overhead...
December 6, 2001 at 10:33 am
December 6, 2001 at 10:32 am
Actually Andy, I found the skeleton for such a project on msdn. When i get back to work, I'll post the link.
btw, how do you get to presecute the offenders?...
December 6, 2001 at 10:30 am
no second case needed.
declare @cmd varchar( 100), @x int
select @x = 1
select @cmd = 'this' +
case when @x = 1
then ' or...
December 5, 2001 at 2:41 pm
Its
select @cmd = 'update ' + @targettable + ' set ' + @variable + ' = ' +
case when @datatype = 'int'
...
December 5, 2001 at 2:10 pm
December 5, 2001 at 1:28 pm
December 5, 2001 at 12:55 pm
I think VB.NET is a good step forward, but personally I'll lean more towards C#. Always loved C.
Steve Jones
December 5, 2001 at 12:53 pm
caveat DBA. If you have no pwd, then MS doesn't want to hear it and I agree in this case.
Steve Jones
December 5, 2001 at 12:50 pm
I used it with a couple small lookup tables. On our server, it didn't really provide any noticable difference.
Steve Jones
December 5, 2001 at 11:53 am
I spoke with a few DBAs that had an array and they loved it. It performed beautifully and notified them when disks failed. It was the most painless array and...
December 5, 2001 at 11:41 am
Viewing 15 posts - 38,731 through 38,745 (of 39,466 total)