Viewing 15 posts - 1,531 through 1,545 (of 7,168 total)
All is well now. Thanks for the quick rollout 🙂
March 20, 2013 at 12:05 am
You can run SSDT (based on VS 2010) on a 32-bit machine but it requires Vista or newer.
March 20, 2013 at 12:02 am
Chances are the sporadic part arises because the request usually finishes in under 30 seconds (the default CommandTimeout) but if things are busy or otherwise delayed and the database call...
March 19, 2013 at 10:38 pm
I have used this feature in other MS apps but never noticed it in SSMS. Now that I can take notice of the feature I will certainly use it. Who...
March 19, 2013 at 10:28 pm
I would probably bounce the instance but I can understand you not wanting to impact the other databases on the instance. If you have success with changing the 'enabled' flag...
March 19, 2013 at 10:21 pm
It is configurable. Run sp_help_log_shipping_primary_database against master on your primary instance and look for the backup_compression column
March 19, 2013 at 10:09 pm
Are you sure that is the entire output? I see you are appending -S but it is not in the comment where you say "output looks like this"
bcp "exec RSDV_App..Rpt_JobTransactionsSp...
March 19, 2013 at 7:49 pm
It's the Database!!! (3/19/2013)
I added the expression with no luck. It still puts master in serveral times and not the other DB"s I am at a lose.
If I am right...
March 19, 2013 at 7:42 pm
IMHO the information in sys.dm_io_virtual_file_stats is a bit low-level for management's taste. If you're trying to communicate how busy your server is, maybe for an executive overview or something like...
March 19, 2013 at 4:00 pm
Sounds good to me. Thanks for posting back the results.
Now might be a good time to double-check on your auto-grow settings too. I like to use MB instead of...
March 19, 2013 at 3:45 pm
You could try using SSIS to do the conversion for you on the fly. Use an OLE DB Source in a Data Flow to get the data from the database...
March 19, 2013 at 3:38 pm
sqlstar2011 (3/19/2013)
how can I...
March 19, 2013 at 3:19 pm
You mean other than the query executing and the retrival of data occurring? What is the root of your question? Can you be more specific?
March 19, 2013 at 1:57 pm
It's the Database!!! (3/19/2013)
I added the expression with no luck. It still puts master in serveral times and not the other DB"s I am at a lose.
No worries. We'll get...
March 19, 2013 at 1:51 pm
OK, SQL Agent data, that's good, the use case fits, but you're repurposing it so how much data are we talking about? For managing SQL Agent historical data the scalar-function...
March 19, 2013 at 11:47 am
Viewing 15 posts - 1,531 through 1,545 (of 7,168 total)