Viewing 15 posts - 2,641 through 2,655 (of 7,498 total)
Thanks for this addition Sean :Wow:
OP: Keep in mind it is not because you can do something in a certain way, you should. Think about the consequences.
November 11, 2010 at 2:28 pm
great... now you've had two answers saying No and Yes ...
That's what makes these fora good, you'll get alternatives and test hints.
I don't have time right now, but go on...
November 11, 2010 at 11:59 am
Ware still restricted to 0 and 1 😉
November 11, 2010 at 11:52 am
If you can, just do it right now to the full size. This will not take more backup space !, but you'll neede the space if you restore.
If you...
November 11, 2010 at 9:09 am
I'm pretty confident SQLserver doesn't sort wrong.
Have a look at the binary values of your columns and it'll be clear why sorting is resulting in the set you get to...
November 11, 2010 at 12:17 am
raj acharya (11/11/2010)
can you help me for how to set data file or log file autogrowth.
actually till now we never faced problem of autogrowth most of database are set to...
November 11, 2010 at 12:15 am
With mirroring, only one of both databases can be available at an instance at a single point in time.
So the other is awaiting for log entries, hence in "restoring"...
November 10, 2010 at 11:49 pm
I don't think so. simple reason ... this cannot be "at run time" but must be persisted, so a trigger is the only way.
November 10, 2010 at 11:41 pm
I'm sorry I couldn't reply earlier, but I was in class the rest of the day.
As always I'm glad others jumped in and helped out.:cool:
November 10, 2010 at 7:51 pm
- have a look at Jeff Modens article on tally tables or moving averages.
Those should get you started. http://www.sqlservercentral.com/Authors/Articles/Jeff_Moden/80567/
- maybe row_number() can get you a good enough solution. Check books...
November 10, 2010 at 4:42 pm
Define "copy":
if that is the same objects without content, just script out your full db ( rightclick in your object browser hovering over the dbname, choose "all tasks" select generate...
November 9, 2010 at 2:23 pm
The kb addresses sql2005 having this issue.
OP stated his server is sql2008.
But it is indeed a good hint on posting the @@version info of this instance.
November 9, 2010 at 8:43 am
I would also double check if there is no concurrent full database backup running at the same time. Although the errormsg doesn't state it explicitly ... I would just check...
November 8, 2010 at 9:02 pm
cpatel (11/8/2010)
I will try this but tell me that if I have to execute stored procedure in trigger with async than how can I call that.Thanks
Don't rush in to...
November 8, 2010 at 8:56 pm
I really don't want to kick a fallen peer, but this is near to the up most mistake people make when designing tables.
Use the correct data type for your...
November 8, 2010 at 5:50 pm
Viewing 15 posts - 2,641 through 2,655 (of 7,498 total)