Viewing 15 posts - 4,771 through 4,785 (of 6,486 total)
Roy had the right idea...but I think forgot a few pieces along the way.
Select Ix.D, a.FirstVale, b.FourthValue, d.FifthValue
from MainTable as x
Left Join
(Select id, Sum(Column1) from Table1 where type='A' GROUP...
February 12, 2008 at 2:08 pm
From what I can tell - it completely overlooks it. Perhaps once you touch the setting in SSMS, etc... I've got it set @ 250 in the registry: cycle...
February 12, 2008 at 1:56 pm
And having just tried it - the minute it cycles, the number>100 resets to 99. So - you're still stuck.
That's from within SSMS. If you're talking 2000 then...
February 12, 2008 at 1:37 pm
If they want to pay 250$ for microsoft to tell them what the documentation already states, that's certainly their prerogative. Otherwise - show them the article above.
February 12, 2008 at 1:29 pm
You don't need to hack the registry to do this in SQL2005.
Open up SSMS, management, right-click on SQL Server Logs, pick Configure. Set it there.
You CANNOT set it to...
February 12, 2008 at 1:27 pm
It's a case of "you get what you paid for". As far as I know - you get essentially NO support other than what is in the KB and...
February 12, 2008 at 12:40 pm
It's going to take more info than that to help you.... As in - what issue are you running into? What does you data look like? What do...
February 12, 2008 at 12:34 pm
...and don't be surprised if some useful keys are wiped out in the process or cleansing the confidential data.....
Creating a brand new database and copying the objects should work as...
February 12, 2008 at 12:30 pm
It also won't help if textnumber isn't initialized to ''.
February 12, 2008 at 11:58 am
chris.compton (2/12/2008)
Yes it does, thanks!
Is "candidate" a type of key too?
(or maybe the poster meant 'candidate' in a non db sense
i.e. "candidate to be a key"... can't...
February 12, 2008 at 10:56 am
antonio.collins (2/12/2008)
February 12, 2008 at 10:49 am
Jeff Moden (2/12/2008)
Lemme quote...
The tablediff command prompt utility returns detailed difference information between two tables and can...
February 12, 2008 at 8:29 am
Lookup_BI (2/12/2008)
I totally get you, but my employer is just over the hill to use a dynamic stored procedure.If only I can get this working, as I have a...
February 12, 2008 at 7:57 am
David Leibowitz (2/12/2008)
Also, you cannot...
February 12, 2008 at 7:43 am
Viewing 15 posts - 4,771 through 4,785 (of 6,486 total)