Viewing 15 posts - 151 through 165 (of 372 total)
miaka102 (5/26/2014)
1.Howmuch downtime is acceptable?
2.Howmany Databases on the SQL instance?
3. What is the storage you are using? Is it SAN?
4. Configuration...
MCSE SQL Server 2012\2014\2016
May 27, 2014 at 8:31 am
create a connection using the SQL user that the linked server is using in Excel. It won't work being logged into excel with your domain account because the domain account...
MCSE SQL Server 2012\2014\2016
May 27, 2014 at 6:49 am
without knowing the questions that free_mascot asked, you really have four choices;
log shipping
mirroring
replication
or a active\passive cluster
Or another idea is going SQL 2012 and using AlwaysOn.
Good Luck
MCSE SQL Server 2012\2014\2016
May 26, 2014 at 10:01 am
crs2007,
pagefiles are on the C:\ by default during install, you can however move it to another drive by itself. I add another drive just for the pagefile and move it...
MCSE SQL Server 2012\2014\2016
May 26, 2014 at 9:53 am
This should be able to help;
http://msdn.microsoft.com/en-us/library/ff772782.aspx
MCSE SQL Server 2012\2014\2016
May 26, 2014 at 9:49 am
indexes are sent over to the secondary database auto from the primary in AlwaysOn, replication it takes a little longer
MCSE SQL Server 2012\2014\2016
May 23, 2014 at 6:49 pm
I use these scripts for my SQL users. If you read my post yesterday, Domain users do not need to have the sids matching. Just add the domain user(s) on...
MCSE SQL Server 2012\2014\2016
May 23, 2014 at 9:44 am
Use the listener. Can you put the error you get when you try the Listener?
I have linked servers setup in my AO SQL Servers.
MCSE SQL Server 2012\2014\2016
May 23, 2014 at 9:35 am
JeremyE (5/22/2014)
If you have added a login to SQL Server you can query either sys.syslogins or sys.server_principals to see the SIDs.
Ya, I was using that table, was just making sure...
MCSE SQL Server 2012\2014\2016
May 22, 2014 at 3:16 pm
Thanks Jeremy, that would explain why I can't find the SIDS for domain users, LOL:-P
MCSE SQL Server 2012\2014\2016
May 22, 2014 at 2:29 pm
Here is some reference material from Microsoft. This will help you out as well.
http://msdn.microsoft.com/en-us/library/ms190926.aspx
MCSE SQL Server 2012\2014\2016
May 20, 2014 at 9:09 am
I did some digging on this and found this article. Look under Database Boundary and you should find your answer. It basically says that it creates its own system tables...
MCSE SQL Server 2012\2014\2016
May 20, 2014 at 8:52 am
Janda Nel (5/20/2014)
MCSE SQL Server 2012\2014\2016
May 20, 2014 at 8:38 am
I had a issue with a vendor not being able to see or modify sql agent jobs and this is what I did and this solved the issues with them...
MCSE SQL Server 2012\2014\2016
May 20, 2014 at 8:30 am
nimalatissa (5/19/2014)
MCSE SQL Server 2012\2014\2016
May 20, 2014 at 8:00 am
Viewing 15 posts - 151 through 165 (of 372 total)