SQL Server 2012 support collation khmer
Dear All, I would like to check with all of you. My customer need to buy SQL Server 2012 for keep Khmer(Cambodia) data to database but I not too sure SQL Server will support Khmer langue. Could...
View ArticleTracing where an application's connection comes from
Hi,I'm not sure if it's possible or if I even have the right discussion group but here goes.I use the below SQL to find what applications are connecting to databases:USE master; GO SELECT spid,...
View ArticleSQL server 2012 book
Hi,Can anyone suggest some names of good learning book for SQL Server 2012 which covers all the basic topics like(select,insert,update,delete and so on up-to more complex queries). I want to buy it...
View ArticleHow to use a variable for a Server or Database name in FROM Statement
Hi, I was wondering if anything like the below is possible? DECLARE@DB1 CHAR(25),@DB2 CHAR(25),@SERVER CHAR(25) SELECT @DB1 = (SELECT PARAM_VALUE FROM UTIL_PARM WHERE PARAM_ID = 'DB1') --Returns...
View Articlecan any one give me the sqlserver2008r2 installation steps in windows8 Path?
Hi,When ever i am installing sqlserver2008r2 in windows i am getting comparability errors.regardsAnji
View ArticleHow to restore .mdf files after re installing sql server 2012
HiIn my server ther is sql server 2012 evaluation version and its expired soi taken backup for all databases .mdf file and i installed sqlserver 2012 standard edition.now how i restore databases...
View Articlerestore backup
my hard driver crushed and I was able to create a backup to my Seagate drive using windows. How do I restore the files back to my new windows 8 laptop. I can se the files on the Seagate drive but...
View ArticleErro 0x84b10001 na instalação do Sql Server 2012
Bom dia, estou tentando instalar o Sql Server 2012 express e so me retorna o erro 0x84b10001, já tentei instalar em uma maquina com windows Vista, Windows Vista SP1, Windows 8, Windows Server 2008 R2,...
View ArticleMatching data from two tables using simple query.
I have two tables i write a query to get datas from first table where 'empid' is matching with second table. Table name 1:tblBillPay_details Table name 2:tblBillPayViewID Query is: SELECT...
View ArticleStored Procedure
DROP PROCEDURE CODESGO CREATE PROCEDURE CODES(@P_FCODE BIGINT,@P_LCODE BIGINT,@P_TNAME VARCHAR(50)) AS BEGIN DECLARE C1 CURSOR FOR SELECT caption,codestart,codeend,codecatfrom hcustom where caption...
View ArticleMasterkeys,certificates
Hi Team,We have created DB Backups using maintaince plan for this we have created Master keys,certifcates and private keys backups\Now my quetion How can we find out all materkeys,certificates private...
View Articleinsert query with where clause in windows form C#
Hi everyone!I am using the following code to insert data into a table called 'callreference' cmd = new SqlCommand("insert into callreference (cat1,pd1,q1,vendor1,pi1,idate1) values ('" +...
View Articlehow to create a report on all the table size
Good Day..Im actually new to MIcrosft SQL and would greattly appreciate it if i can have some few pointers from you guys :)I'm using Microsoft SQL 2008 R2, and would like to know if there is an option...
View ArticlePurpose of SQL Server 2012 Developer Edition
Hi,I want to obtain an edition of SQL Server 2012 that is suitable for learning purposes. I only want to use the software on my home computer. I want to use all the main components of SQL Server such...
View ArticleSQL Server Log Question
When I have a log entry like below ... what does "xxxx" represent?06/09/2013 20:35:35,Logon,Unknown,Login failed for user 'WORK\xxxx'. Reason: Could not find a login matching the name provided....
View Articleupdate statement throw transaction deadlock...
when i select data in database(tableA), and average distribution it to four threads. each row data use field item_No to sync data using webservice in thread, and then update tableA using...
View ArticleTo Admin, New forum style is tough to understand.
Admin, Our suggestion is to use the old version.Thanks.
View ArticlePlace an Order With Store Proc Using Table Value Paramaters
Hello everyone , i have been learning sql an i am doing well so far.. iahave built a database for A Store that Sell Phones and Computers ...I have inserted all the table...
View ArticleHow to move invalid data into rejected tables
Hi Folks,I have Temp table that contains data, when we are move the data from temp to Final table we will do some validations.TEMP Table-->Rejected Table-->Final Tablewe are doing delete/insert...
View ArticleMoving user databases from QA to Production.
Hi Team,Could you please tell me the steps through GUI or by using scripts "HOW TO MOVE USER DATABASES FROM QA TO PRODUCTION".RegardsDileep
View Article