Viewing 15 posts - 241 through 255 (of 372 total)
parulprabu (9/30/2013)
Sean Pearce (9/30/2013)
kapil_kk (9/30/2013)
SrcName (9/30/2013)
can you put your code in more details?What are these T.labeltext , T.LabelKey, T.FileID.
error message is clear
SELECT 'UPDATE table_1 T
SET labeltext ='+ T.labeltext
'WHERE...
September 30, 2013 at 8:21 am
There is a lot of unknown information here. If done correctly the logical drives sit on different raid sets or LUNs. But we can't say for sure. In addition there...
September 27, 2013 at 3:47 pm
I have to agree with Sean on this. It does not make any sense to hard-code database connections. It presents so much work for the developer and produces a...
September 27, 2013 at 1:23 pm
Ed Wagner (9/27/2013)
Sean Lange (9/27/2013)
Jon Higgins (9/27/2013)
September 27, 2013 at 1:08 pm
sestell1 (9/27/2013)
I think something like this will get you close:
WHEN ISNUMERIC(Value) =...
September 27, 2013 at 12:58 pm
I'd probably do something silly like this:
declare @somedata table (ID int primary key identity (1,1)
...
September 27, 2013 at 12:46 pm
Can you provide the table definition for PORT?
I ran into an issue like this where by there were nulls in the source data. Once I excluded them I had no...
September 27, 2013 at 12:37 pm
Luis Cazares (9/26/2013)
September 27, 2013 at 12:19 pm
When I provision for a new SQL Server box here is what I ask for:
1) System disk
2) Data disk
3) Log disk
4) TempDB Data disk
5) TempDB Log disk
Most of systems, these...
September 27, 2013 at 12:10 pm
Sean Lange (9/27/2013)
Can't you go to that developer and have them fix their code?
+1
September 27, 2013 at 11:57 am
I find this question somewhat puzzling. All of my backups go to a designated backups folder. I have never created a backup in an unwanted location. So...
September 27, 2013 at 11:25 am
I agree here with the CTE or CROSS APPLY. Otherwise you would have to but your select in your WHERE clause which is in my opinion is bad coding....
September 27, 2013 at 10:14 am
This is something I do all the time. There are several methods you can choose from. The first is a real simple method that you discovered. The...
September 27, 2013 at 9:45 am
Hold the phone here.... you are placing a stereotype on DBAs which I don't really agree with.... I have played the role as DBA for a very long time along...
September 26, 2013 at 1:37 pm
Interesting script. I ran it against one of my legacy databases to which I manage but did not design. It was quite clear the designer didn't understand the...
September 25, 2013 at 7:55 am
Viewing 15 posts - 241 through 255 (of 372 total)