Viewing 15 posts - 271 through 285 (of 486 total)
Have you updated the statistics on the table lately?
November 25, 2013 at 8:56 am
Getting a start as a junior DBA is very difficult as there are very few positions out there to start with and most Juniors will come from a development or...
November 25, 2013 at 5:31 am
A few questions:
1. If you run the trace without filters for a short period of time do you see any of the events you want to capture being captured?
2....
November 22, 2013 at 6:12 am
Pretty much eveerything you need is in here:
http://technet.microsoft.com/en-us/library/hh213417.aspx
The most important things are the listener and setting the correct application intent on your connection string. Also not all database connectivity...
November 22, 2013 at 6:00 am
What are your requirements? Monitoring only, monitoring and alerting, do you just want only SQL Metrics, or do you want OS metrics as well?
November 22, 2013 at 5:57 am
one option if you have another SQL server available is to use that as a remote distributor.
I'm not sure what db those procs are in but I would suspect that...
November 21, 2013 at 10:21 am
havoc_rah (11/20/2013)
I am currently running a SQL 2005 Standard failover cluster with some 250 databases. I also use mirroring for some of my mission critical databases.
I...
November 21, 2013 at 4:27 am
For any packages we had that were developed in 2008 have been upgraded to 2012 so they can be stored in the SSISDB.
Im not 100% but I think...
November 20, 2013 at 10:12 am
For the SQL Logins (opposed to the windows logins) do they have the same SID?
November 20, 2013 at 10:08 am
Are all your SQL logins that exist on the principal server available on the instance hsoting the mirror which are used by your mirrored database?
November 20, 2013 at 9:15 am
sp_updatestats will update the statistics for all user defined and internal tables with the database you execute the procedure for.
http://technet.microsoft.com/en-us/library/ms173804.aspx
UPDATE STATISTICS is used when you only want to update the...
November 20, 2013 at 6:51 am
Do you have to use the Import and export wizard it can be achived in a few lines of code, for example importing a xmlfile into a column of a...
November 20, 2013 at 6:43 am
Your proposal should be fine as its not really any different to adding a secondary SQL 2008 SQL Cluster.
What you can do is take the passive node out from the...
November 20, 2013 at 6:35 am
Have you tired changing the package protecion level within the package in SSDT:
November 20, 2013 at 6:28 am
Based solely on the error is your default sql collation "'Latin1_General_100_CI_AS_SC'"?
If so the last line in the errors tells you that you must use a collation that does not include...
November 20, 2013 at 6:21 am
Viewing 15 posts - 271 through 285 (of 486 total)