Viewing 15 posts - 106 through 120 (of 356 total)
March 10, 2016 at 2:45 pm
What is the Windows Server Edition?
Ex. Windows Server 2003 with Service Pack 2 (SP2), Standard Edition supports a max of 32 GB of RAM
If you want to force stuff in...
March 10, 2016 at 2:31 pm
This looks like a good place to start: http://www.sqlfingers.com/2014/02/total-number-of-activeopen-sql-server.html
March 10, 2016 at 2:13 pm
I'm liking replication for your requirements. You could also write a custom ETL job that runs frequently.
March 10, 2016 at 2:06 pm
franky.Piferoen (3/10/2016)
I forgot in the previous reply to mention the error from the errorlog
Login failed for user 'SomeUser'. Reason: Could not find a login matching the name provided
Thx for the...
March 10, 2016 at 12:09 pm
looks right to me.
check out the workaround in this old article:
March 10, 2016 at 12:08 pm
Run as Admin?
March 10, 2016 at 11:26 am
Remove sysadmin Server Role, use User Mapping and make the user db_owner of all databases but the one you want to exclude.
March 10, 2016 at 11:23 am
Polybase querying between Azure DW and Hadoop is cooler!
March 10, 2016 at 11:20 am
You could quickly throw your SPID into DBCC INPUTBUFFER
March 10, 2016 at 11:12 am
From PAL analysis:
SQLServer:Buffer Manager Page reads/sec
Description: SQLServer_Buffer Manager Page Reads_sec
Description: Number of physical database page reads issued per second. Number of physical database page reads issued. 80 to 90...
March 10, 2016 at 11:01 am
Are the linked server and the login/user security both setup for the same database?
March 10, 2016 at 10:57 am
Use the registered servers, and create a sub-group with only the couple of servers you want to run your query against. Right click the sub-group > new query.
March 10, 2016 at 10:54 am
I don't see in the log you posted where the system is reporting msdb as read-only, or any errors...
March 10, 2016 at 10:53 am
n.heyen (2/29/2016)
March 10, 2016 at 10:40 am
Viewing 15 posts - 106 through 120 (of 356 total)