Script out a single login including its database user info
Hi,I looked around for a script which can give the CREATE LOGIN .. CREATE USER .. script for a single login. Like you already have a login in sql & just want to script it out, the SSMS, rt click,...
View ArticlePublic Server Role in SqlServer
HiDo you know what is the meaning of "Public Server Role" and why it's imposible to disable in the server.?
View ArticleSage Act program does not open
My Sage Act Premium program will not open - says " The database could not be accessed. Check connection and verify that data server is available.
View ArticleMove System databases
Dear All,I wanted to find out a way of moving system databases onto different drives, I wanted to know if it is any different from moving user databases. I have the following script which does the user...
View ArticleCDC operation giving wrong result
Hello,We enabled CDC on a table. When I am updating any column of existing records from the captured_column_list I am getting __$operation as 1 (delete) and 2(insert) instead of 3 and 4. What could be...
View ArticleHow To Solve MS SQL server 2012 Temp DB full occupy total C Drive
Dear friends I am Using MS SQL server 2012 ,Temp DB automatically grow and entire "C" drive occupying Temp DB after that i restart Server 20 GB Free after one hour again C Drive Full.Kindly share...
View Articleupdate getting blocked?
Hi experts,I have a job that most of the times takes seconds, but sometimes takes 40, 50 minutes to run… I am pretty sure is because of a blocking… The code has a couple of selects and then:...
View ArticleSQL SERVER 2012
Hi I typed services.msc in and went to services window and when I right click on sql server and clicked on start button it sayswindows could not start SQL SERVER on Local computer.For more information...
View ArticleSQL Server detected a logical consistency-based I/O error
Did anyone familiar with these errors:SQL Server detected a logical consistency-based I/O error: incorrect checksum (expected: 0x1a00d2fd; actual: 0x1a02d2fd). It occurred during a read of page...
View Articleresource governor 2014 restrict user
HiDoes any one know if it is possible to use resource governor 2014 to restrict resources used by a user query?
View ArticleHow to find the size of the data that is being written to a database...
How to know the size of the transactions that is being written to a specific database transactional log file per second? ... Better if using PerfMon... Or any way that gives me the average over a...
View Articletrace flags for Sql Server 2014
Hi there,Usually these flags are recommended for Sql2k8 flavours, I don't know if all of them are useful on later versions.Our version is 2014 EETrace flag 4199 Trace flag 4136 Trace flag 1117 Trace...
View ArticleSQL Server Transaction Log Corruption?
Is there a query to run to verify that transaction log is corrupted?I have a user that has some SQL knowledge who is adamant that transaction log is corrupt.However, I have no problem backing up the...
View Articleupdate getting blocked?
Hi experts,I have a job that most of the times takes seconds, but sometimes takes 40, 50 minutes to run… I am pretty sure is because of a blocking… The code has a couple of selects and then:...
View Articledbo.Base and dbo.ExtensionBase tables are missing from my CRM 2011...
Hi community Does anyone knows about an emergency method/hack to recover missing dbo objects that might have been deleted by using query commands on SQL, I´ve found this inconsistency because the...
View ArticleMulti-Threaded / Multiple Instances of a SQL Agent Job
I am using SQL Server 2008 SP1. My application is using a SQL Agent Job, scheduled to run every 1 minute, to trigger a stored procedure. That stored procedure is responsible for checking a table used...
View ArticleHow to achieve 100000 (1 lakh) users concurrent connectivity to sql server...
How to achieve 100000 (1 lakh) users concurrent connectivity to sql server database ?I have a scenario where 1 lakh users will login to the website which is using sql server as backend, to perform...
View ArticleDifference between two Delete Statement
Hi,Can anyone explain what is difference between below two delete statements.1. DELETE Table_A FROM Table_A as A Where A.ID = 1 AND A.Name='A'2. DELETE FROM Table_A Where ID = 1 AND Name='A'Best...
View ArticleColumn cannot be converted between unicode and non-unicode string datatypes
Need to run a db export from SQL Server 2012 to Access (can be 2003 onwards). on the export when creating the Access tables in the blank mdb file (or accdb) it creates any varchar corresponding column...
View ArticleDocument DB and SQL Server
Guys, Do we have option to interlink Document DB and SQL Server? Cheers,Venkatesan Prabu. Jhttp://www.wikitechy.com/ Venkatesan Prabu .J www.kaashivinfotech.com...
View Article