Min and Max values from entire table
Hi, i have requirement in which i need to find the min and max values from the entire table.See the sample data create table test ( Sal1 int, Sal2 int, Sal3 int ) insert into test values...
View Articlewhat is a batch in sql server ?
Hey guys,I'm new to sql server administration, I use the activity monitor to monitor my database, I need to know what is a batch in sql server does it mean group of statements or it is also used to...
View ArticleHow to configure CONNECTING VIA IP ADDRESS?
Hi guys, I know this maybe an stupid question. :(I searched the Internet but found nothing really help. If you happened to know this. Please give me some advice. Thanks in advance.Now, I got SQL SERVER...
View ArticleI can't find the "Installation Media"
When I run setup.exe from Microsoft SQL Server\110\setup bootstrap\SQL Server 2012 I get to a screen asking me to browse for the setup media. I have tried a number of folders but they all return a...
View ArticleSQL 2008 Trigger to handle multi rows scenario
I have created below trigger to start logging the company changes from the table1 into another audit table. It works fine with single row but crashing with identical change with multiple rows. Can you...
View ArticleConnect Team Project with Sql Server Database
Hi,Am supposed to be doing a database team project. I have a local instance of sql server but I should also make this database available on the team project. How do i go about this? For now, most...
View ArticleHow do i get the approximate size of back up file required to save on disk...
hi i am face with problem that is i want to show the how much approximate space required for backup or .bak file to get backup using sql query because i want to show the required memory for backup file...
View ArticleWhat is cross version instances ?
Greetings, I am in the process of preparing a document for upgrading our SQL Server 2000 servers to SQL Server 2008, I read the details in the technet SQL Server 2008 online books, but I didn't...
View ArticleUnable to call sql scalar-valued function within Server
I have created a scalar-valued function within my server: dbo.BikeMaintIncident_CountThis is the function: ------------------------------ USE [Maint] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO...
View ArticleSQL Server 2012
Hello everyone,I hope that this mail finds you in good health, where can i get a copy of SQL SERVER 2012 DEVELOPER edition?Thanks and Kind Regards,Siyanda Khumalo
View ArticleSQL SERVER RPC Configuration issue 2014
Hi Every one,I am getting below error message when i run remote store proc Error number: 7411Error message : Server 'XYZ' is not configured for RPC.I did set RPC and RPC out to true in my linked server...
View ArticlePull Data form DB while C1+C2-C3 < 0
Hi Everyone, I would like to pull out from SQL server only records that satisfy the following conditions C2+C3 -C4 < 0thanks
View ArticleService Broker needs to access the master key in the database 'mydatabase'....
Hi all,One of mydatabase using "Service Broker ",I'm getting below error in Error log but I can seeService Broker is enable in the server.Service Broker needs to access the master key in the database...
View Articleconnection error
Team,Please can you some one shed some lights on the below error sql server version : Microsoft SQL Server 2012 (SP1)log error show below : " Service was unable to open new database connection when...
View Articleregarding sqlserver
Hi,i have one emp tableempid name deptid sal1 kot 4 2000 2 viss 2 1000 3 pra 1 1000 4 ram 3 1000 5 fff 1 20000 6 fty 3 20000 7 hyyy 4...
View Articleregarding sqlserver
Hi,i have one table empid name managerid1 a null2 b null3 c 24 d 2my output should beempid name...
View ArticleHow do I launch SQL Server Data Engine in windows 8.1 64 bit.
I've installed SQL Server 2014 in my computer running Windows 8.1 Enterprise Edition 64 bit. I cannot figure out how to find SQL Server Management Studio. I've tried searching forsqlservr.exe, but that...
View ArticleServer in unavalable
I see in my SQL server 2008, I see server is unavailable. How to make it available?
View Articlethe build number of the sql server 2008 not changed after completion of the...
Hi All,I faced different issue while installing the SP1 on sql 2k8 RTM, after successfully completion of the SP1 installation, I found the build number shows the old number only.could you please guide...
View ArticleFailed to initialize sqlcmd library with error number -2147467259
I'm trying to get SQL Server to send an email. The test email works fine; basically DBMail works properly. The thing is, if a human runs it, everything is fine. If I schedule it using Sql Server...
View Article