Viewing 15 posts - 376 through 390 (of 514 total)
NO!
....
Ok. You cannot ship logs from 2005 - 2000 period! Now you can ship logs from 2000 to 2005 (Not sure if you can do it with the MS products...
September 12, 2007 at 11:02 am
$10k for a Server Class 64Bit system, with Raid Controllers? How much memory are we talking about. If less than 4G, perhaps you don't need 64bit. Does that 10K include...
September 12, 2007 at 10:57 am
oops, I apparently quoted the wrong message....
Not sure you have read many of my posts, but you situation sounds very similar to mine. ...
September 12, 2007 at 7:37 am
Didn't I say, there are several that will disagree with me. The examples given are the standard ones.... Only one field to reference the column. ... What if I want to...
September 12, 2007 at 7:11 am
The following does a much better job explaining when/why to use table variables.
Also, be careful not to get into optimization overload. I still suggest that you spend time optimizing...
September 12, 2007 at 6:42 am
From what I recall, that error is basically an I/O type of error. usually related to either being unable to access the database that is being backed up (offline), or the...
September 12, 2007 at 6:14 am
Enerprise Manager is very similar to Oracle's Enterprise Manager. Look into the Agent. You can configure all sorts of alerts that look for Errors, performance conditions, etc.
Read the Books...
September 11, 2007 at 6:17 am
Exactly. However to see what A Pivot of that data would give you;
DROP
TABLE #a
CREATE TABLE #a
September 11, 2007 at 6:09 am
After re-reading your post. There is something wrong with how you configured Database Mail. Not sure what yet, but the error message below is where I think the issue is.
September 10, 2007 at 10:51 am
Up to this point Loner, I have felt for you. Unless you are consulting, going through 4 companies in 6 years! I think there might be something wrong in the...
September 10, 2007 at 7:19 am
First of all, there is rarely a good reason to shrink the DB. It really makes things ugly on the inside.
Next point is one only has 4 Gig free in...
September 10, 2007 at 7:07 am
I agree!
If you are calling the procedure, why are you passing a string. Why not just insert the values into the table directly? To say it kindly... This is...
September 10, 2007 at 6:48 am
oh well. That makes it hard Because there isn't a row_number, or dense_rank either. Hmm.
I often forget where I am, and don't...
September 9, 2007 at 7:14 pm
Ok. I Figured out what you want:
DROP
TABLE #tblA
CREATE
table #tblA
(
ItemNumber INT
September 7, 2007 at 3:12 pm
Scott,
I once came across that same sort of situation. The DBA had all sorts of certifications. Was a professor at a college. Could quote line for line the documentation. In...
September 7, 2007 at 11:12 am
Viewing 15 posts - 376 through 390 (of 514 total)