can 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 ArticleCan log-shipping copies data from PROD to DR database if data import done on...
hi we have two sql database PRODUCTION and DR(BACKUP). we are migrating from sybase to ms sql server. we need to copy sybase data to PRODUCTION and DR database. we have placed log-shipping from PROD to...
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 ArticleSQL Server 2012 Business Intelligence Licensing
Moving to SQL Server 2012 is a good thing . . . but it's not clear to me how to license it.The Business Intelligence Edition uses the Server plus CAL model. The licensing guide says:"To access a...
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 ArticleMaking new table in SQL 2000 view-able to ODBC clients
Hello all,I'm sure this question has come up before but I can't quite seem to find my answer when searching...I've got a SQL 2000 Server and have added a new table to one of the databases. I can see...
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 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 ArticleTable1 Autocounter used for PK - Insert Trigger: on AddNew Record copy new PK...
Table1 - Autocounter the Autocounter is the PKTable2 - no autocounter. Holds Metadata for Rules EngineInsert Trigger: After Table1 completes a NewRecord - copy the autocounter (pk) and insert new...
View ArticleCannot connect to remote SQL Database with SQL Server Management Console...
I have opened up port 1433 on my firewall, but every time I try and connect to my remote SQL Database with SQL Server Management Console I receive (Microsoft SQL Server, Error: 53)
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 do I query all my databases?
HiI have the code: use NewContentDB SELECT name FROM dbo.sysusersThis sends the query to the database 'NewContentDB'.I am trying to list all database users.How can i change this so that it sends the...
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 ArticleTo Admin, New forum style is tough to understand.
Admin, Our suggestion is to use the old version.Thanks.
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 ArticleUnable to use Windows Authentication to connect to MSSQL Server via PHP/Apache
I'm trying to connect to a Microsoft SQL Server database through Windows Authentication using the following code:<?php $serverName = "sql"; $options = array("Database" => "sql"); $conn =...
View ArticleSQL server agent SSIS error
I get the following error when I execute my package as a SQL server agent job. It is an SSIS 2008 package running on a SQL Server 2008 instance. My package security is DontSaveSensitive. I don't even...
View Article