Viewing 15 posts - 5,401 through 5,415 (of 5,590 total)
GSquared (4/29/2009)
Most likely, a change in the domain.
Agreed. Investigating to see if any updates might have been pushed to the workstations.
Otherwise, something changed in the DNS files
What would have changed...
April 29, 2009 at 10:29 am
I'm trying to set up a deadlock event as outlined in BOL. The job gets created. When I run the supplied code, I do end up getting the deadlock. However,...
April 28, 2009 at 3:29 pm
noeld (4/28/2009)
Side note: wouldn't it be better to have those 3 different select statements to be in separate procs, with this proc controlling which one gets run?
That is what I...
April 28, 2009 at 3:04 pm
This makes sense.
During the interim, I've been looking at the procs that were causing the locking issues. I found a proc that runs one of three select statements with joins...
April 28, 2009 at 1:34 pm
Check out BOL.
In a nutshell, "If an integer dividend is divided by an integer divisor, the result is an integer that has any fractional part of the result truncated."
So, to...
April 27, 2009 at 8:48 pm
Please provide table structures (in the form of CREATE TABLE or Declare @table statements ) and sample data (in the form on INSERT statements) so that the volunteers here can...
April 27, 2009 at 1:56 pm
zsysop (4/27/2009)
April 27, 2009 at 1:28 pm
It would sure be helpful to have table structures and some test data. Plus, you get some tested code back, instead of "this should work". Please see the link in...
April 27, 2009 at 10:22 am
dlongnecker (4/27/2009)
WanyeS, your link looks broken.
Whoops. Thanks, I fixed it above.
April 27, 2009 at 8:27 am
Faye Fouladi (4/27/2009)
Declare @EMAILID uniqueidentifier
Declare @EmailTypeID int
Set @EmailTypeId...
April 27, 2009 at 8:18 am
davidandrews13 (4/27/2009)
but...
April 27, 2009 at 8:12 am
Okay....
So, based on the data in your sample code, what is the logic to determine that the third commercial gets combined with the top, and the last commercial doesn't?
April 27, 2009 at 8:10 am
Bridget Elise Nelson (4/27/2009)
What do you mean about BOL?Thanks for response.
BOL is SQL Server Books OnLine.
This is the built-in help file for SQL Server. You can access it from...
April 27, 2009 at 8:02 am
vaughan_davies (4/27/2009)
The database runs on SQL Server 2000.
You would get better help by posting in the appropriate forum. Since you have a SQL 2000 question, one of the SQL 2000...
April 27, 2009 at 7:55 am
Hi Zeev,
I'm looking at this issue also, and there is one aspect of it that I don't understand:
SELECT
1 AS commercial_break_id,
1 AS...
April 27, 2009 at 7:39 am
Viewing 15 posts - 5,401 through 5,415 (of 5,590 total)