Viewing 15 posts - 24,436 through 24,450 (of 26,484 total)
LOL!! :w00t:
Thanks. Once I finish working on the second function, I'll start with your code and see what I can come up with. I appreciate the jump start!
Edit:...
July 23, 2008 at 2:11 pm
We are still waiting for the OP to provide more information before doing anything. All we can do at the moment is shoot in the dark, and that may...
July 23, 2008 at 8:51 am
I can see GSquared's point, just don't seem to see another way to explain it at the moment. I'll keep thinking about it and if I come up with...
July 23, 2008 at 7:48 am
Just a guess, but ORLY = Oh, Really.
Like I said, just a guess. :w00t:
😎
July 23, 2008 at 6:32 am
GSquared (7/22/2008)
July 22, 2008 at 11:50 am
Actually, most of us have just asked for more from OP.
😎
July 21, 2008 at 10:30 pm
Sounds good!
😎
July 21, 2008 at 3:47 pm
Here is a sample, but be forwarned. the code below is not protected from a SQL Injection Attack. There are ways to write this to protect you, but...
July 21, 2008 at 3:45 pm
tbeadle (7/21/2008)
declare dnameStr varchar(30)
set dnameStr = 'ts2_' + @site + '_app'
select...
July 21, 2008 at 3:31 pm
Right click on the table in the Object Explorer Pane, select Open Table.
😎
July 21, 2008 at 3:26 pm
Hard to tell from the question alone. Michael Earl is right, we need to know more from the OP before we can really answer the question.
😎
July 21, 2008 at 12:14 pm
Here is what I found in BOL.
G. Moving tempdb to a new location
The following example moves tempdb from its current location on the disk to another disk location. Because tempdb...
July 21, 2008 at 12:11 pm
The easiest system database to move is tempdb. If memory serves me, there is actually an example in BOL on how to move tempdb. It does require a...
July 21, 2008 at 12:06 pm
I had a little time here at work and started looking at your code a bit. Something I noticed was the use of 3 part naming conventions in your...
July 11, 2008 at 2:58 pm
I only gave you the query, you'll need to put it into your proc.
ALTER PROCEDURE [dbo].[spTEST]
(
@LineNum VARCHAR(10) = NULL,
...
July 11, 2008 at 11:14 am
Viewing 15 posts - 24,436 through 24,450 (of 26,484 total)