Viewing 14 posts - 1 through 14 (of 14 total)
Opps. See it was too early in the morning. All "nonaggregated columns".
November 30, 2005 at 8:00 am
Actually A is not fully true. For instance,
You can say
SELECT col1, col2, max(col3) from TableA GROUP BY col1, col2
Therefore col3 is not technically in the group by clause.
I could be...
November 30, 2005 at 7:45 am
Its a modifed version of MS. It has been working.
January 7, 2005 at 9:47 am
Sorry, Yes it is. Unfortantly, the log shipping has failed again so i am back to square one. However, you did bring up a good point that might be causing...
January 7, 2005 at 8:58 am
Nick, I do restore the file to the same server as where the undo file is. Perhaps I misstated earlier.
Jim, pretty sure there is enough dish space but you...
January 7, 2005 at 8:22 am
Yes, I have considered that this may be the problem. Why then would it work one time and not another. Thats what has me crazy.
January 7, 2005 at 8:10 am
No, just can't afford the down time. At least this business wants to keep it to a min. I am a newbie to administration so I am learning as I...
January 7, 2005 at 8:08 am
I am still perplexed by the message and I get from the script. Can not figure out why it would one time and not another. Strange!!!
January 7, 2005 at 8:05 am
I fixed it by restoreing it through the wizards. Very strange since the above code worked before. Thanks everyone.
The reason as I understand it is that if the main...
January 7, 2005 at 7:38 am
Thanks everyone for your help. I have figured out what was wrong and what to do. So it was an easy solution. Truncate the log and shrink the database was...
December 14, 2004 at 10:29 am
Is the correct way to turncate the log without saving
Backup LOG <dbname> Truncate_Only
December 13, 2004 at 1:36 pm
Thanks for your help Kamlesh. Still not sure where I would write that script. Here is what I got.
1. Truncate the Vendor Table
2. On completion I have a connection...
September 17, 2004 at 7:10 am
How do you change the Data transformation properties dynamically?
Right now I select from a drop down from the table/view drop down.
I would like to accept a variable somehow?
Tom
September 16, 2004 at 2:54 pm
Viewing 14 posts - 1 through 14 (of 14 total)