Viewing 15 posts - 61 through 75 (of 4,477 total)
I can able to grant user who is non sysadmin to linked server by granting rights to user on SYS.XP_PROP_OLEDB_PROVIDER. However, the caveat is it allows user to access...
June 11, 2020 at 5:52 pm
I remember this one vaguely - it was a bug in SQL Agent. There were fixes people posted to change the refresh setting in the registry but Microsoft had a...
June 1, 2020 at 6:04 pm
I've done a few of those changes, sometimes it's not too fun. The -q switch seems like it works most of the time but not all of the time. Undocumented...
May 29, 2020 at 4:19 pm
This is a SQL Server forum but...Add a semicolon at the end of the closing parenthesis from the create table -
CREATE TABLE people (
id INT,
name VARCHAR(255),
PRIMARY KEY(id)
);
INSERT...
May 29, 2020 at 2:36 am
Just an FYI....I've seen similar things with subreports and the rectangle trick usually works. I had one that didn't, don't really remember the details of the report other than I...
May 28, 2020 at 7:59 pm
You may want to look at the DMV sys.dm_db_tuning_recommendations which was added in SQL Server 2017 and see if you can throw together what you need using that DMV. When...
May 27, 2020 at 9:37 pm
I'm still not sure what the views accesses. If you have an error with msdb, I was wondering if you have objects in those views that access other databases but...
May 27, 2020 at 8:08 pm
If the views are accessing objects in another database, I would guess you are running into issues with ownership chaining across databases. It's something that used to be enabled in...
May 27, 2020 at 7:22 pm
Your welcome. FYI - This article is a good read on the subject and getting into that problem I mentioned with shrink, defrag, shrink, etc:
May 27, 2020 at 7:15 pm
The two different database platforms work a lot differently. I've seen vacuum compared to shrinkfile, defragging indexes and ghost cleanup. All three are very different and I think you see...
May 27, 2020 at 4:06 pm
I don't trust my status :)....but the agent process actually runs the jobs so Agent needs to be running. It's a pain but yeah you'll need to run those manually.
Sue
May 27, 2020 at 12:38 am
Nothing particular with always on - it will generate a lot of IO, can cause blocking and will result in fragmentation whether in an availability group or not. The secondary...
May 26, 2020 at 11:05 pm
If Agent isn't running, the jobs won't run. The error tells you that Agent isn't running so it couldn't be told to run the job.
Sue
May 26, 2020 at 11:00 pm
Sorry, not reference but 'resource' database. Hidden system database introduced in SQL Server 2005.
Good thought as people often overlook the resource database. It's not a database to move though....
May 26, 2020 at 4:47 pm
Hello Sir
I want help how i download and from where SQL Server 2014 Build 12.0.2269
Please help me
Thanks
I don't believe that specific version is available as a download. You would...
May 25, 2020 at 6:34 pm
Viewing 15 posts - 61 through 75 (of 4,477 total)