Viewing 15 posts - 16,291 through 16,305 (of 19,564 total)
Jeff Moden (3/17/2010)
I've found the same thing even on some of the MVP...
March 17, 2010 at 11:30 pm
Check out my response to the same question over on ask.sqlservercentral.com
March 17, 2010 at 11:23 pm
You could try this other methods too
select charindex(Right('HOW LONG IS THIS DATA?',1),'HOW LONG IS THIS DATA?')+1-charindex(left('HOW LONG IS THIS DATA?',1),'HOW LONG IS THIS DATA?')
select charindex(Right('HOW LONG IS THIS DATA?',1),'HOW LONG...
March 17, 2010 at 11:17 pm
If you follow all these steps, you should be fine as far as data loss goes.
In other words, you will have your bases covered and should be protected...
March 17, 2010 at 11:17 pm
The Dixie Flatline (3/17/2010)
Did somebody order a babelfish?
Yup:-D:-D:-D
March 17, 2010 at 10:47 pm
Paul White (3/17/2010)
DECLARE @command VARCHAR(MAX),
@script VARCHAR(MAX);
SET @command =
...
March 17, 2010 at 10:44 pm
Here is a script I have used in the past. Check it out.
March 17, 2010 at 10:41 pm
tvu4251 (3/17/2010)
I found those out too, going through each of them.
luckily, I have and will try the Red Gate X-SQL bundle.
Hopefully, it will save me...
March 17, 2010 at 10:37 pm
Jeffrey Williams-493691 (3/17/2010)
tvu4251 (3/17/2010)
this is for a customer that is anxious to try sql2008, but the app is not quite 100% upgradable yet.
So, one of your customers upgraded to SQL...
March 17, 2010 at 10:17 pm
Sergiy (3/17/2010)
🙂
These 2 statements contradict each other:
On the other side an Oracle DB, also with staff, but only active.
when a staff member leaves...
March 17, 2010 at 9:46 pm
Alvin Ramard (3/17/2010)
CirquedeSQLeil (3/17/2010)
We see several people complaining about the English in the QOD. What if we responded to all QOD comments for a...
March 17, 2010 at 9:43 pm
sudhakara (3/17/2010)
Hi...Can anyone share me the Best Practices for Applying Service Packs and Hotfixes in sql server 2005 ?
Thanks in Advance
The best practice is to install them in a...
March 17, 2010 at 9:39 pm
A thought just occurred to me.
We see several people complaining about the English in the QOD. What if we responded to all QOD comments for a given time period...
March 17, 2010 at 9:18 pm
Thank you.
This is a good refresher and important topic.
Good question
March 17, 2010 at 9:15 pm
GoGreen (3/17/2010)
Thanks for reply to all..I found the issue it was due to how SQL string is created in my program....
Which uses much of resources...
thanks for letting us know.
March 17, 2010 at 9:12 pm
Viewing 15 posts - 16,291 through 16,305 (of 19,564 total)