Viewing 15 posts - 2,296 through 2,310 (of 3,061 total)
After you bounce SQL Server link works fine for some time then it hits again; is that a fair statement?
If Yes... something is getting corrupted over time, memory leak perhaps?
September 30, 2009 at 2:00 pm
google "database load simulation" 😉
September 30, 2009 at 8:34 am
Fred Zimmerman (9/30/2009)
databases set to FULL recovery mode
That means your recovery strategy calls for point-in-time recovery.
- DO Full and T-Log backups.
How about a daily full backup...
September 30, 2009 at 8:19 am
Loner (9/30/2009)
This table exists in both test and production.
If table was not restored, from where test version of the table comes from?
September 30, 2009 at 8:06 am
Doing validation in both the app and backend side seams to me the easiest way to get into troubles.
- system performance. Double validation certainly has a negative impact on overall...
September 30, 2009 at 8:00 am
EdVassie (9/25/2009)
...if one can do the recovery 100% of the time and the other can only recover 95% of the time...
:blink: do elaborate, please.
September 25, 2009 at 7:21 am
8kb (9/15/2009)
September 24, 2009 at 4:17 pm
Roy Ernest (9/24/2009)
September 24, 2009 at 2:30 pm
Answering your Oracle question... research DBMS_LOB system package.
LOB is such a complex subject it goes beyond what can be discussed in a post.
September 23, 2009 at 6:07 am
how about putting the comments inside the storedproc instead of outside of it?
September 23, 2009 at 6:04 am
pandeharsh (9/12/2009)
Sql Server we do not use cursor and also in sql server we can do without cursor.
This is confusing at least. Not sure about the context of your statement...
September 22, 2009 at 5:12 am
dbo.benyos (9/20/2009)
well, first of all , you will fail if they are integers.
Do you remember cast()... make them strings 😉
dbo.benyos (9/20/2009)
September 20, 2009 at 5:43 pm
I have to say... impressive solutions.
Call me lazy but, how about...
SELECT *
FROM qtral
WHERE tral_no + tral_pd
...
September 20, 2009 at 11:08 am
Check EXCEPT operator, like it was designed to solve your conundrum.
September 18, 2009 at 1:19 pm
Viewing 15 posts - 2,296 through 2,310 (of 3,061 total)