Viewing 15 posts - 31 through 45 (of 49 total)
Eric Hu²º¹² (1/17/2012)
Increase the file group.
You can only have one filegroup for tempdb, you can increase the number of files for that filegroup which may increase performance. I think the...
January 18, 2012 at 2:28 am
Have you tried a reboot? :w00t:
I think a lot more detail on the problem is needed in order to help you.
January 18, 2012 at 2:23 am
THe only thing you can do is LEFT JOIN to all tables and then include case logic in the SELECT clause.
Or, you can use dynaminc SQL!
Having the ability to...
January 18, 2012 at 2:05 am
Seems like you havnt configured the variable correctly. Have you configured the package like this:
http://www.sqlis.com/post/Looping-over-files-with-the-Foreach-Loop.aspx
January 18, 2012 at 1:58 am
The maintenance plan will handle network locations as long as they are UNC paths and permissions are correct.
January 17, 2012 at 9:06 am
Can you resume the mirroring session? A network outage of more than (x) minutes will put the session into a suspended state. I dont know what the value of x...
January 17, 2012 at 8:43 am
This task is a nightmare! Sure you cant backup/restore or detach/reattach?
Check out all the options for this task I'm sure it will be one of them thats causing this; make...
January 17, 2012 at 8:25 am
I think this is what you need:
http://sql-articles.com/articles/high-availability/how-to-move-mirrored-database-files/
The only downtime will be the failover part.
January 17, 2012 at 7:46 am
Check this out for using Visual Studio 2008 for database projects (I take it your not using 2010, as they made a few improvements there):
I guess the main reason I...
January 17, 2012 at 4:59 am
You can create a management studio database project and associate this with a sourcecontrol platform such as Subversion (free), Team Foundation Server (expensive) - depends on your full requirements.
You can...
January 17, 2012 at 4:43 am
The latest version of Idera Diagnostics manager isnt too bad. Now includes historical statistics based on the vital os_wait_stats DMV!
January 16, 2012 at 6:28 am
I dont understand your question. Can you rephrase please?
January 16, 2012 at 6:26 am
What about using Application Roles?
http://www.techrepublic.com/article/secure-sql-server-application-roles/5068954
January 16, 2012 at 6:22 am
Firstly why would you not want to design OLAP cubes using Visual Studio (or Business Intelligence Studio), it's the native tool for creating cubes?!
Querying from the cubes can be done...
January 16, 2012 at 6:07 am
...and I would recommend specifying the join type for readability if using the improved ANSI joins:
INNER JOIN (default)
RIGHT OUTER JOIN
LEFT OUTER JOIN etc etc
January 16, 2012 at 1:52 am
Viewing 15 posts - 31 through 45 (of 49 total)