for Replace of 'number' with special character.
Hi All,I want replace 'any number' with special character say for eg.'2' with *Name ='2'aaresult should be Name= *aaplease note no. could be 0.............9.......100............
View ArticleSQL server on local machine with external IP address
HiI have what seems to be an unusual scenario that im struggling to remedy. My application connects remotely to our SQL server in the uk. it works absolutely fine connecting to it through the...
View ArticleSQL Server 2012 Product Key
Hi All, Is there a script or any method to check the product key of installed SQL Server 2012 Standard Edition (64-bit) SP2 Thanks in advance Nikhil Desai
View ArticleMicrosoft SQL Server Management Studio 2014
Hi All I used to use SQL Management Studio 2005 and creating a new database was easy, but having just installed this latest version im lost as to where to create a new database. Can anyone help?
View ArticleHow to combine 2 table's data?
I have 2 tables. first table contains name and age and the second table contains class and roll num. I have a 3rd table which contains all these 4 columns. Now I want to fill the 3rd table with the...
View Articlelogin failed for user 'sa'
I am using visual studio 2008 and sql server 2005.Actually this project was developed in another system. Now i copied to my system for making some corrections. Database attached successfully in sql.I...
View ArticleDOWNGRADE FROM SQL2014 STANDARD TO SQL2012 STANDARD
HI ,PLEASE LET ME KNOW THE PROCEDURE TO DOWNGRADE FROM SQL2014 STANDARD TO SQL2012 STANDARD AND LICENSE THE SOFTWARE. REGARDSN.CHANDRASEKHARTYCOHYDERABAD.
View ArticlePls Explain the join mechanism on these two tables
select * from tbl_singlecolAResult Set:id 1 1 1 1select * from tbl_singlecolBResult Set:id 1 1 1 1 1 1 1select * from tbl_singlecolA A join tbl_singlecolB B on A.id=B.idResult is showing as cartesian...
View ArticleStored Procedure History log
Hi, I am DBA,Recently my manager asked a question like whether i can get the Stored procedure's history with out SQL Server Profiler or trace is enabled like a) How many times a stored procedure is...
View ArticleHow do I enclose a variable in single quotes in SP
Hi thereHere is what I would like to executeSELECT * FROM sale WHERE id =1 AND caldate >='10/1/2015' AND caldate <='10/31/2015'and I don't know how to write this in SPCREATE PROCEDURE...
View ArticleSSMS, Create Or Design Table ERROR, External component has thrown an...
I Have A BIG PROBLEM ! For Long Time that Cannot Resolved ..When Try SSMS Create or Design Table Givin Error ;this may has a pipe/way with ssdt or machine.config on .net framework...
View ArticleSQL SERVER STARTUP ISSUE
Hi,unfortunately one of the my sql server services stopped. and try to start sql server services getting below error message and services are not starting yet.please help me on this.Error:The server...
View ArticleHow to install SQL express in windows 10
The SQL server website is not easy to navigate.Can you tell me how to install SQL Express onto my home Windows 10 laptop please?Thanks,Roy
View ArticleProcedure getting half executed for one user but getting fully executed for...
Hi All,We have a procedure in the below waydeclare... one temp table ... body { cursor --step 1 { Inserting some results into a temp table printing the inserted rows. } update statement using the temp...
View ArticleCompatibility of SQL 2000 with windows 2008 R2 - 64 BIT
HI, Currently I am using windows 2003 on my server machine and planning to migrate it on 2008 R2 - 64 bit but as I am using sql server 2000 with windows 2003 so I have a query whether SQL server 2000...
View ArticleService Pack and Cumulative Updates
Hi All, I understand that cumulative updates are the collection of Hot-fixes, where as Service Packs are the collection of Cumulative Updates. Cumulative updates are only correct to the specific...
View ArticleHow to get rows which are not in another table using subquery?
Hi all, i have two tables Student and Daily Attendance with following structure ,as i want to extract students of a class order by roll number which are not in Daily Attendance table , i...
View ArticleParameter Query
Create a parameterized query that has the user enter a city and then list the customers or suppliers from that city in SQL Server 2008
View ArticleActivation SQL Server 2012 with soft licence.
We have implemented an SQL 2012 application using the evaluation software. We have made the mistake it seems of getting a soft licence when we purchased it, as finding how to activate the licence has...
View Articleprovider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance...
Hello Mates,I have a connectivity issue on my Application server; all application based , Sharepoint Farm and services that are set on a problematic server and connected to the DataBase suddenly...
View Article