Viewing 15 posts - 556 through 570 (of 1,838 total)
March 12, 2018 at 1:50 pm
How often is the data modified (INSERT, UPDATE, DELETE) compared to how often is the data queried?
March 12, 2018 at 10:20 am
March 9, 2018 at 2:58 pm
March 6, 2018 at 2:47 pm
March 6, 2018 at 10:09 am
March 6, 2018 at 6:39 am
I had to install Management Studio on the server, because it has a server tool asinstancerename.exe bundled in it to rename an Analysis Services instance. When they stripped SSMS from...
March 5, 2018 at 3:13 pm
Sometimes they've decoupled too much. For example, I recently had to rename an Analysis Services instance for SQL Server 2016. It's actually a fairly easy thing to do, but unfortunately...
March 5, 2018 at 10:51 am
This is LocalDB, not exactly SQL Server Express. If it was Express the connection string would look similar to what your production one needs to be. LocalDB works more like...
March 5, 2018 at 10:46 am
I'd never considered this approach, not sure how successful it would be. I can understand your reluctance to rely on magnetic media or flash memory for long term storage but...
March 5, 2018 at 8:40 am
Sorry I didn't explain well enough what that script was showing. As Steve and Lynn stated, that query shows you if there are any SQL Agent jobs that already are...
March 2, 2018 at 2:44 pm
March 2, 2018 at 12:16 pm
March 2, 2018 at 12:14 pm
you can check the SQL Agent metadata to check if it's a SQL script in a job. Run this in MSDB database:SELECT j.job_id, j.name, js.step_id, js.step_name, js.command
March 2, 2018 at 9:55 am
Yes, nice and easy one for a Friday. I have one silly question though... if you have a table value constructor that explicitly already has the unique numbers 1 to...
March 2, 2018 at 9:04 am
Viewing 15 posts - 556 through 570 (of 1,838 total)