Viewing 15 posts - 16 through 30 (of 4,476 total)
If you wanted to look at doing this programmatically, you could use the Web Services API. There is an article up here that walks through how to do that:
September 30, 2020 at 4:10 pm
You need to create an account first. Try using this link to start creating an account:
https://sqlcommunity.slack.com/join/shared_invite/zt-f7piwkw2-5aHYk050HDV2RjB9OdaOYw#/
Sue
September 29, 2020 at 12:17 pm
Execution plans and the stats can look just like what you are seeing when you use option fast. And if you run the different queries together and see the costs...
September 29, 2020 at 3:19 am
Have you seen this post - old and not the same but similar so may be worth looking at the RegSrvr.xml file :
Sue
September 28, 2020 at 6:44 pm
You'll probably have to dig in a bit more before anyone comes up with some ideas on the issue. I'd check the MSdistribution_history and MSrepl_errors tables in the distribution database....
September 24, 2020 at 11:30 pm
There is no supported procedure to change those - dropping and recreating with the updated information is the supported method. I would guess you could hack the system table to...
September 24, 2020 at 10:22 pm
If the history isn't available in sysjobhistory you'd have to do something like find old backups of msdb that would have the history and restore them on a test, dev,...
September 24, 2020 at 5:55 pm
You can skip the first part and just install SP3 and the latest CU for SP3.
Sue
September 24, 2020 at 5:35 pm
What do I tell a .net developer is the best approach for storing various file type in a SQL db?
PDF, TIF, JPG...
Tell them to read the documentation comparing the...
September 22, 2020 at 5:23 pm
I would guess this is just a normal transactional replication configuration and in that case replication would take care of it - the delete and then the insert would be...
September 22, 2020 at 4:05 pm
SQL Server 2016 was the last version that supported integrating Sharepoint and SSRS. It's a standalone installation of SSRS with 2017 and above.
Sue
September 22, 2020 at 3:32 pm
The only way I can think of that an instance itself would do this is if you were using Policies and the system configuration facet. Otherwise I'd suspect a person...
September 21, 2020 at 8:48 pm
Thanks for the added documentation on this!
It's important to note, this behavior is similar with normal variables as well.
DECLARE @Amount int = 0;
BEGIN TRANSACTION;
SET...
September 21, 2020 at 8:25 pm
This articles walks through the credentials as well as the commands for the backup:
https://gist.github.com/scheffler/7edd40f430235aab651fadcc7d191a89
Sue
September 21, 2020 at 8:13 pm
In the documentation on Database Experimentation Assistant, the first paragraph explains what it's use is and the next section tells you how to install it and has a link to...
September 21, 2020 at 3:12 pm
Viewing 15 posts - 16 through 30 (of 4,476 total)