Setting up the msDS-AllowedToDelegateTo
I have been given the following task, can anyone tell me how can I do it ?Set msDS-AllowedToDelegateTo to:§ MSSQLSvc/BLDEPP01.DOMAIN.COM\SQL2012:1450Regards, h9ck3r.
View ArticleWhat feature I can use in SQLServer 2014/SQLAzure to Horizontal scaling in...
Hi all,I need advise for What feature I can use in SQLServer 2014/SQLAzure to Horizontal scaling in case a single machine cannot handle the load.Please some body suggest.I know some features...
View ArticleSet msDS-AllowedToDelegateTo to
I have been given the following task, can anyone tell me how can I do it ?Set msDS-AllowedToDelegateTo to:§ MSSQLSvc/BLDEPP01.DOMAIN.COM\SQL2012:1450Regards, h9ck3r.
View ArticleTransaction log backup job issue...
Currently the Transaction log backup job is stopped, because its giving performance issue. How i need to fix it..
View ArticleCannot alter or add table in my database.
I have database i am using already. The system will not allow me to alter a table nor allow me add a table. Prior to that, I could alter or add a table. Now, if I alter or add a table i get errors in...
View ArticleError on Implicit conversion
Hey I have a problem to this query, yesterday function normaly, but we reboot the server and now send me this error message:Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the...
View Articlehow to get a running balance on a report
How do I get a running balance for one customer. Please look at the data set as a example and advise. Customer A Apples1.00PaidCustomer APears2.00PaidCustomer AOranges2.50OpenBalance 2.50What...
View ArticleSql Server 2012 Login Failed for user "NT Authority\System"
I have installed SQL Server on a new server. I have been getting the following error on each of the database in it.Login failed for user 'NT AUTHORITY\SYSTEM'. Reason: Failed to open the explicitly...
View ArticleUnable to Login
Unable to connect with my SQL server, while installing it does not ask from me the login mode (windows / sql authentication). After complete installation unable to login on local machine. Kindly help me
View ArticleCalling all SQL Server users! May TechNet Gurus announced!
The results for May's TechNet Guru competition have been posted!http://blogs.technet.com/b/wikininjas/archive/2014/01/16/technet-guru-awards-december-2013.aspxCongratulations to all our new Gurus for...
View ArticleRecommended Recovery Options for Corrupt Objects
Hello , When I ran DBCC CHECKDB on one of my databases, I noticed few objects being corrupt.Msg 2533, Level 16, State 1, Line 1 Table error: page (1:915964) allocated to object ID 1105439012, index ID...
View Articlecombinee to results
help me with below requirement:here DepartmentID is common in both the tablesSelect name, Empid, DepartmentID from Table1 where name like ’%abc%’Result...
View ArticleThe time has come! Step up SQL Server Gurus! Your community needs heroes like...
TechNet Gurus... we salute you!You're awesome, and we know it!Your knowledge uploads and nifty info nuggets are our life blood at TechNet Wiki.Every awesome article that gets an award is just the...
View ArticleCombine two results
help me with below requirement:here DepartmentID is common in both the tablesSelect name, Empid, DepartmentID from Table1 where name like ’%abc%’Result...
View ArticleUsing MAXSIZE to manage less available memory for multiple database in server
I have only 1 gb space in server.And i have to keep 2 database there. 1 want to specify 700 mb to DATABASE1 and remaingin 300MB to DATABASE2.I used the following code ALTER DATABASE...
View ArticleCHECK for duplicate inside a cursor and pass a ouptut parameter in sql server...
Hi All,I am inserting a value into a table, Before inserting i am checking that record already exists or not in the target table, If its existsing i am making an entry into errorlog table and set the...
View ArticleAtltered table reverts back to it's old form or newly Created table gets...
I have succeeded in altering a table or creating a new table.But, all these get dropped from the database I make transactionwith the database. Please , how do I get round this problem?
View Articlesql stored procedure
hi.I have this:alter FUNCTION teste (@div nvarchar(10), @dep nvarchar(10), @sec nvarchar(10)) RETURNS @lista TABLE ( mdnemp int primary key NOT NULL, mdnome nvarchar(50) NOT NULL, mvdivs nvarchar(50)...
View ArticleCalling script in a Stored Procedure
I have this script and want to use it in a stored procedure but while creating it, it showed me an error:Error: Query : CREATE PROCEDURE test.loadXMLData() BEGIN LOAD XML LOCAL INFILE...
View ArticleSQL Server Setup Failure 0x84B10001 (SQL 2012 SP2 and SQL 2014 Standard)
I'm having a problem with SQL Server Setup. I had SQL Server 2012 R2 SP1 installed, and the SP2 installer would fail.I decided to just get SQL Server 2014. The setup (and system configuration checker)...
View Article