Viewing 15 posts - 6,361 through 6,375 (of 26,490 total)
I'd say it depends on what else you expect from the individual or company providing you with the offsite monitoring services. Monitoring is just one aspect of what is...
July 8, 2014 at 10:47 am
Luis Cazares (7/8/2014)
July 8, 2014 at 10:12 am
I reformatted your code and eliminated the 3 part naming in the select list, ON, WHERE, and ORDER BY clauses. You should avoid this as it is deprecated and...
July 8, 2014 at 8:57 am
Lavery (7/8/2014)
Sorry, I reposted in SQL 2008. I didn't notice that I was in SQL 2000 when I posted originally. I'm on SQL 2008 R2.
Already determined that. ...
July 8, 2014 at 8:45 am
And we asked for the same info in both threads as well.
But, with as little to go on we need the extra info.
July 8, 2014 at 8:23 am
Already using this one though, and I didn't see the other until I got into work this afternoon. I'd seen this one early this morning. All times Afghanistan...
July 8, 2014 at 8:18 am
Sean, saw that and asking to use this thread for replies. I am also asking that this thread be moved to a SQL Server 2008 forum.
July 8, 2014 at 7:59 am
Double posted request for assistance. You already have this posted in a SQL 7/2000 forum (where, by the way I asked what version of SQL Server you are actually...
July 8, 2014 at 7:58 am
Also, if you update the values in place, look what happens if you run the STUFF(RIGHT...)) against the modified values:
create table dbo.test(
testid int identity(1,1),
...
July 7, 2014 at 9:04 pm
C-kweldude (7/7/2014)
Hi LynnSorry, still a bit vague for me.
The table name is Branch and the column is called branchcode.
It should be some kind of update statement?
Thanks
A
This help any?? By...
July 7, 2014 at 8:57 pm
C-kweldude (7/7/2014)
I need a bit of help.
I have a column with integer records of 5 and 6 characters.
example below od 2 records.
12345
123456
What I need to do is
1. If...
July 7, 2014 at 8:21 pm
First, you posted this in a SQL Server 7/2000 forum, so big question is what version are you using?
Second, with just a code snippet it is difficult to know what...
July 7, 2014 at 4:27 pm
Mile Higher Than Sea Level (7/7/2014)
I totally forgot to include R_35 - thanks for the reminder.
As per my Missive above...
This Discrete Rule...
July 7, 2014 at 4:19 pm
I don't know, looks like there was a drive failure on a production database, needed to replace a drive, restore the database to a point in time, using a tail...
July 7, 2014 at 4:13 pm
Mile Higher Than Sea Level (7/7/2014)
CREATE FUNCTION [dbo].[R_35A](@ID_Wells int)
RETURNS int
AS
BEGIN;
DECLARE @Result int;
SELECT @Result = SIGN( COUNT(*) )
FROM Wells
...
July 7, 2014 at 11:23 am
Viewing 15 posts - 6,361 through 6,375 (of 26,490 total)