Viewing 15 posts - 12,226 through 12,240 (of 49,558 total)
saran.dharsh (7/30/2013)
NO.. Because will never allow this operation, it leads to data loss.
Err.. what? Shrinking a database doesn't lose data.
July 30, 2013 at 4:28 am
writearjun53 (7/29/2013)
July 30, 2013 at 4:27 am
July 30, 2013 at 4:22 am
If the app's pulling enough data to make Management Studio run out of memory, I'm not particularly surprised that it's timing out. That'll be a lot of data.
July 29, 2013 at 10:05 am
Oh, and don't run Management Studio on the server and run queries that return huge resultsets....
July 29, 2013 at 9:18 am
That's a client error. not a server error. Sql server isn't written in .Net and yet that's a .net error.
You'll get that if you're pulling a huge resultset into Management...
July 29, 2013 at 8:51 am
All that compatibility level does is change the way that the query processor executes some specific SQL statements, ones that changed behaviour between 2000 and 2005 (and whether or not...
July 29, 2013 at 8:03 am
L' Eomot Inversé (7/29/2013)
July 29, 2013 at 6:43 am
You don't need it, unless you're planning on creating an index on that view (creating an indexed view)
July 29, 2013 at 4:32 am
Copy daily backup from production, restore. Will be faster than the copy database wizard and far less impact on production since you'll be leverageing the daily backups already being...
July 28, 2013 at 8:47 am
Carlosql (7/27/2013)
My plan is:1. Stop the replication jobs
2. change to Single-user mode
3. move the log files
4. restart the sql server.
5.change to muti-user mode
If you do that to the system databases,...
July 28, 2013 at 3:51 am
PearlJammer1 (7/27/2013)
As there are no books available for the upgrade,would i need to read all 3 of these books (461,462,463, quering sql2012, administering 2012, and datawarehouse 2012 respectively ) ?
Yes.
July 27, 2013 at 6:50 am
The Statman query is what's run internally for statistics updates.
What exactly is the problem here?
July 26, 2013 at 1:27 pm
HildaJ (7/26/2013)
I have a job running statistics, that's generating it?
Either that or the automatic stats updates, or both.
July 26, 2013 at 12:56 pm
Viewing 15 posts - 12,226 through 12,240 (of 49,558 total)