Be our SQL Server Guru of the month! Let us bestow glory and kudos upon you!
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 Articleget only those distinct records which satisfied condition
Dear All,I need to write a query on a table..table defination .. table Client_Masterfile_id int identity(1,1) primary key , client_id int,LOAN_SANCTION_DATE datetime,is_reject bithas Data...
View ArticleSQL 2012 expired, but new license doesn't require a key
We installed SQL 2012 evaluation and now it's expired. We purchased SQL Server Standard Core (2014 but we were told it could be downgraded to 2012). When I go to get a license key from the licensing...
View Articleconvert from sql azure license to bring your own license (byol).
I have a server that I deployed from the gallery that had the enterprise version of SQL which cost way to much monthly and want to convert it to our own license. My steps would be to do the...
View ArticleSQL server alias on config manager necessary?
Hi All, so you have two place to configure alias, in SQL server configuration manager under aliases tab on and on the cliconfg.exe tool on a different machine. If I want another server to see this sql...
View ArticleCentral Management Server doesn't support multi domains
Hi Guys, As CM doesn't support SQL authentication, and if access SQL Server on another domain with no trust, we cannot use Windows authentication as well. CM only supports Windows authentication, but...
View Articlesql server agent
what is sql server agent? and how to configure sql server agent?....... Thanks in advance............
View Articledatabase does not appear in sql server management studio
Hi,I'm new to SQL server and want to try it. To do this, i use VSC 2013 (C#, .net4.5, ADO) and i installed SQL Express 2014 on a PC Under W8.1pro. I succeeded to create and access a database with my...
View ArticleWhat Happens To Current Databases If I Rerun Installation Via SQL Server...
I have admin. rights to the SQL 2014 box, but not to the instance of SQL 2014 on it. As a result I can't view the databases. Since it's a test machine could I rerun the installation (Via Installation...
View ArticleLong running query
Hi,I've got a query that's taking ages to run.I think this is where it's getting held up. Can anybody tell me what's wrong and what I should be looking at to try to improve it?CheersPaul
View ArticleBlockings and deadlocks
We are getting many deadlocks, blockings ,long running queries continuously.Due to this our application and db are becoming slow.Can you please suggest how to resolve this problem.
View Articlecopy production sql database to a new development instance on the same server
I recently released to production a working CRUD site on a WS 2012 Datacenter. Now, I seek to copy an instance of the live database into a second instance on the same server in order to continue...
View Articlewindows server 2012 r2 with SQl server 2014 "Error: There was a problem...
Friends,I have "SQL server 2014 installed in windows server 2012 r2" when I tried to open any sql file I am getting the following error "there was a problem sending the command to the program".I tried...
View ArticleEncryptByKey and VARBINARY Size Question
Hello,I'm currently learning how to implement Encryption into my SQL database, and I've run into something I don't know how to explain or understand. I'm working on creating a set encryption for a set...
View ArticleCurrent Recordset does not support updating
I get the following error when trying to delete a recordset from an SQL Server DB:ADODB.Recordseterror '800a0cb3'<o:p></o:p>Current Recordset does not support updating. This may be a...
View ArticleSQL db backups and i/o frozen events
GreetingsI am trying to find out where is the maintenance plan which is backing up SQL Dbs on its own at 12 am daily where as we didn;t scheduled maintenance plans at allwe see I/o frozen and resume...
View ArticleSql query to display Max values for each ID's
Hi Team,I have table that contains below dataDate ID Message 2015-05-29 7:00:00 AOOze abc 2015-05-29 7:05:00 AOOze start...
View ArticleRow Values Dispaly in Columns
Hi,One Table have 2 Columns.1.Order_number2.PSON NUmberIn Table Contains 6 rows with 2 order_numbers and different PSON NumberI want Order Number,PSON1,PSON2,PSON3,PSON4 and its ValuesEx:--Order_number...
View ArticleAble to connect to named instance through SQLCMD but not from SSMS? (SQL...
Hi All,I am able to connect to named instance through SQLCMD but not from SSMS? (SQL browser is stopped and instance is hidden).This is SQL SERVER 2008 on a Active/active cluster and i have not...
View ArticleConnection problems to remote sql server
Good day,I'm currently working on a test project that has 2 SQL servers on 2 remote sites with firewalls and VPN connection in between the 2 sites.Now that the setup is completed, i am facing a problem...
View Article