Add partitions
SQL 2012I have an existing partition function which has about 50 partitions (by date). As the “last date” approaches, I want to modify the function and add 50 more date partitions so that as new data...
View ArticleSQL Server 2012 Linked Server Object to Access Database Engine
I have a SQL Server 2012 installed with Microsoft Access Database Engine 2010 (64 bit). But I failed to create a linked object to access a .mdb file. It prompts "Cannot initialize the data source...
View ArticleCan we change sql server from default instance to named insatnce?
If so, Please provide the way to do?Thank you.RegardsSushil
View ArticleHow to shutdown mirrored database instance normally
Hi experts, Could I shutdown mirrored database instance any time for maintenance? Or is there any procedure to stop mirrored instance normally? Sometimes I found if I just shutdown mirrored database...
View ArticleSQL Server 2012 - frequent "System Health Monitor Thread: Operating system...
We have recently installed a brand new Windows 2008 R2 server and installed SQL Server 2012 (and SP1) on it. We have moved a couple of databases from SQL 2005 to it. Frequently the following is written...
View ArticleIssue connecting to SQL Server 2012
Hi All, I have sql 2008 installed and now I installed sql 2012 in the same laptop I am using for practice. Installation went well but when I try to open management studio, I see some thing strange. It...
View Articlerestoring status of a database
I have restored a database from a backup, and the restore is OK. I went into it checking security is Ok, tables are OK, Then after a few hours I logged in again, and see the database is at restoring...
View ArticleUPDATE STATISTICS WITH FULL SCAN - High reads than normal
Hi Update statistics when it runs with full sampling, reads high amount of data. my database size is 300GB and update stats is reading TBs of data from the data drive. Did anyone come across...
View ArticleWindows authentication
Hi,i got this error message when i try to access the database using SQL authentication.Error Message - "A connection was successfully established with the server, but then an error occurred during the...
View ArticleBrowse SQL servers on other subnet
Hi!We have several SQL servers located on several subnets, and some users want to be able to use the browse function when they connect to a SQL servers instead of typing in the hostname manually. But...
View Articlesql server service terminated unexpectedly
A SQL crash has occurred on a clustered SQL Server 2008 R2 SP2 system. The service crashed and restarted itself, any pointers? Error in event log: The SQL Server service terminated unexpectedly. It has...
View ArticleSSMS vs. SQLCMD performance
Hi, I see very different performance when running the below setup in the same set of queries in SSMS and SQLCMD locally on a SQL server 2008 R2 cluster.Scripts to run:create new empty database and one...
View ArticleSql Server agent - Job Schedule
I have set up few jobs in my Sql server to run periodically with my login credentials. If I change my windows password the job failed as the credentials was not updated with my new password.Please...
View ArticleNetwork problem when connecting......
The error shown below: TITLE: Connect to Server ------------------------------ Cannot connect to ADMIN-PC\SQLSERVER2008. ------------------------------ ADDITIONAL INFORMATION: A network-related or...
View ArticleWhen SQL kill a process?
Without issuing "kill" to a process, will SQL Server kill a process by itself ??
View ArticleCreating databases to an existing AG
Hi guys,Hopefully you can help me to get to know the best way how to create new databases in an existing available group.For SharePoint it is recommended to configure a CAP. Therefore I need an...
View ArticleHigh load RTCLOCAL SQL instance on idle Lync FE servers
Dear all,(double posting from Lync Server 2013 topic)I am facing a high CPU load on my lab Lync 2013 FE servers (both on an Enterprise FE server and a Standard FE server). No live users on the system...
View Articleazman + SQL Server 2008 : Access Denied
Hi,I am trying to create a new Authorization store with Azman with SQL Server 2008 R2 on Windows Server 2008 Server machine. However, when i try to do that, i get an error from Azman : "Can not create...
View ArticleWhich database login is mapped to which databases and what permission are...
Can I get a script that can give me the details of :Login Name-->User Name-->Permission-->database NameWhich database login is mapped to which databases and what permission are mapped.Thanks
View ArticleProblem in Select Top 1
Hi All-Its looking Strange for me!I'm using following Query!SELECT TOP 1 [Some_Column] FROM [Table] WHERE AlbumID = 'MW0001350412' AND ReleaseID='MR0003238514'The Problem here is when I'm running the...
View Article