Viewing 15 posts - 31,111 through 31,125 (of 39,823 total)
Yikes, haven't worried about stdin or stdout in years.
I like being a specialist. It's been good to me (and profitable), but it certainly has helped to be a generalist overall...
October 8, 2007 at 9:49 am
There are definitely some strange behaviors in 8.0 mode. Andy Warren reported a few issues with some 9.0 features "bleeding" through into the dbs when in 8.0 mode. I...
October 8, 2007 at 9:34 am
Very strange.
Are you sure the data is the same? How have you verified? I don't mean to be difficult, but "test" environments often are shared and I've seen people change...
October 8, 2007 at 9:30 am
You'd think they'd make it easy. I had to double check, too 😉
October 8, 2007 at 9:27 am
Log size is a good indication because this data is what's being sent by database mirroring.
However it's sent as it's written to the primary log, so if you have...
October 8, 2007 at 9:21 am
TJ,
Old Hand is a rating based on posts, not the name. The name is above that in bold, so it's Adam you were responding to.
Second, RAM isn't related to...
October 8, 2007 at 9:18 am
The SQL Server name needs to match the Windows server name.
Sp_dropserver
go
sp_addserver (new name), local
will fix the naming. For clients, they'll need to repoint to the new name unless they are...
October 8, 2007 at 9:13 am
You definitely have to get along and share information to get things to work smoothly.
But I'll disagree with you. Social activities are a way to do team building, not just...
October 8, 2007 at 9:12 am
You need to install the SQL Server services. If this is 2005, then you need to install the Developer Edition, Workgroup edition, or Express edition. You will have a SQL...
October 8, 2007 at 9:10 am
I agree with Andras that it looks ok from a code perspective, but I'd format it to make it read a little better.
I'd do it like this:
CREATE TRIGGER [Prorogation] ON...
October 8, 2007 at 9:01 am
I think my generalist mistake in sticking this in the author discussion and not the editorials messed up some of the discussion 😛
How many people know how to redirect output...
October 8, 2007 at 8:52 am
Actually, CHECKDB should include CHECKCATALOG and CHECKALLOC.
NEWALLOC is included for backwards compatability and is the same as CHECKALLOC.
http://msdn2.microsoft.com/en-us/library/aa258278(SQL.80).aspx
http://msdn2.microsoft.com/en-us/library/aa258809(SQL.80).aspx
October 8, 2007 at 8:23 am
You can open the Structured Storage file in Notepad Or Visual Studio. It's just text, VB code. Look through it and you should figure it out.
However, if it only fails...
October 8, 2007 at 8:21 am
Don't forget to send a video in 🙂
We'll use Popcorn in the editorial one morning! Don't worry Popcorn, it's painless!
October 8, 2007 at 8:16 am
Building in formatting, like carriage returns, is a horrible use of SQL Server resources. You're asking for a lot of work from a limited, shared resource. As mentioned above, whatever...
October 8, 2007 at 8:03 am
Viewing 15 posts - 31,111 through 31,125 (of 39,823 total)