Viewing 15 posts - 7,696 through 7,710 (of 49,571 total)
ying.wang (9/24/2014)
According to my understand, when I do Sql Server full database backup, data in transaction log will be written to data files and transaction log is cleared.
No.
When you...
September 24, 2014 at 2:49 pm
Go look at the blog post again. Play with the example listed there if you need to. It's really not hard and it's explained in that blog post.
September 24, 2014 at 6:36 am
No.
DDL triggers are there to catch users making changes to the database.
September 24, 2014 at 6:34 am
Melanie.Townsend (9/23/2014)
I've just logged a request with the developers to see if they can have a look and see if we can get the points back. Fingers crossed.Melanie
Thanks
September 23, 2014 at 2:11 pm
Sean Lange (9/23/2014)
Koen Verbeeck (9/23/2014)
Melanie.Townsend (9/23/2014)
September 23, 2014 at 2:09 pm
dave 67553 (9/23/2014)
September 23, 2014 at 11:36 am
CliffordPreston (9/23/2014)
Anyway maby anybody can help me here, I hope so. Thnks for advise.
Unlikely. The people here know SQL Server, not MySQL, and for fixing database corruption you really need...
September 23, 2014 at 11:25 am
Meow Now (9/23/2014)
September 23, 2014 at 11:15 am
Because the query plan that the optimiser generated there resulted in the data coming out in that order once the last query operators had finished with it.
There is NO guarantee...
September 23, 2014 at 7:35 am
Risk for shrinking files? What risk?
Any table over a single page could be spread across multiple files if there are multiple files in the filegroup.
September 23, 2014 at 7:25 am
You're already using dynamic SQL in your code. How can you say you're not allowed to do something you're already doing?
If you're using SQL 2008, the way you optimise this...
September 23, 2014 at 7:24 am
Tables are specific to a filegroup, not files. If there are multiple files in a filegroup, any table/index created on that filegroup will be spread across all the files in...
September 23, 2014 at 7:09 am
Koen Verbeeck (9/23/2014)
There is a sync job for the points, so I think we'll get our points back in a matter of time.
That job runs every hour, so if it...
September 23, 2014 at 7:02 am
george sibbald (9/23/2014)
Some of you guys must have taken a really big hit. 😀
Yup. Close on 3000 points.
September 23, 2014 at 7:01 am
No ORDER BY, no guarantee of order. End of story.
If you want a particular order, you put an ORDER BY. If you don't, you're telling SQL that it can return...
September 23, 2014 at 7:00 am
Viewing 15 posts - 7,696 through 7,710 (of 49,571 total)