Erro 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 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 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 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 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 ArticleSQL Server job accessing file from different location
I am calling EXE from SQL Server job,and that exe requires one blank .mpp file which i have put in EXE folder but while executing EXE,EXE started searching file in C:\Windows\System32 folder instead of...
View ArticleSQL Profiler Learning
I want to learn the sql profiler, need some summarize & beneficial video links,
View ArticleHow to use Hour() in SQL Server 2008 R2?
Hi,How can i use the Hour() in Sql Server 2008 R2 to only print the hour?Like: 1, 2 and up to so onThanks in AdvanceRegards.
View ArticleDatabase Mirroring without witness server
HI,I need to start mirroring the databases without witness server,Can i please have instructions from scratch to end kind of step by step.Regardsk
View ArticleMirrored backup files or using File Replication
When setting up backups on a SQL Server I have been told that I can either mirror the process to 2nd server (to store a copy of the backup file) or using a File Replication. I've never heard of File...
View ArticleRestoreing differential Backup for Mirroring
I am in the process of mirroring sql 2008 after a Full Backup i have to restore a differential backup too. so does it also has to be restored as no recovery? or is there an yspecial way to do it?...
View Articlewhat is a time frame for a REPORT
Hey,I go to Management Studio|right click SQL server instance |Reports|Standard Reports|Performance -Top Queries by Average CPU Time. then I can get a report.Question :1.what time frame is this for ?...
View ArticleCan't find databases
I am using VS 2012 ultimate.I have installed SQL Server 2012 Management Studio and SQL Server 2012 Data Tools. Both connect to my database engine.When working with my solutions using the VS 2012 IDE, I...
View ArticleUpdate a table from a sum with a condition from another table
I can't find a way to Update a table with a sum from another tableMy sum statement by itself worksSELECT SUM (Amount2Deduct) as s1 FROM PTDWHERE PreTax = 1What do I need to make this combination...
View Article