How 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 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 ArticleSQL server password policy
In SQL server 2005 and 2008, is there a TSQL query to show for all sql authentication accounts, whether they are subject to password complexity and/or password expirty policies?Is the password...
View ArticleProblem in displaying data from sql server in ASP.net in required format
I have a above data while writing a query in this format.I want to display it in below format in Asp.net grid view(No hardcoding). How to do this from SQL/Asp.net. Please Help..Please Help...Abhinav
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 Articlemanage historical data that will be used in grouping by webforms/reports?
Our system receives transactions in a per-minute basis, and each transaction is stored in aRaw Data table that's exclusively for this. All reports, gridview webforms, etc come from tables that are...
View ArticleNew to MSSQL - need help with a query to remove spaces within a field
After data conversion the leading and trailing spaces were removed from the data in the "tag" column. However spaces in the middle of the column were not removed. Tag data must be unique. When I run...
View ArticleMemory utilization was very high
Hi All Memory utilization was very high RAM Was 18GB. SQL SERVER.exe was utiling around 16GB Kindly suggest me how can we bring down memory utilization. (we are not utilizing mirroring and...
View ArticleExport data using stored procedure to excel
How to export and save data from SQL Server to MS Excel using stored procedure.Thanks in advanceAbhinav
View ArticleQuerying distinct
I am trying to execute a simple distinct query (i.e. select distinct name from tags), but the query is still returning duplicate names. Is there something else, am I suppose to add to the distinct...
View ArticleConverting non atomic values into atomic
Hi everyone,Assume that we have a table in the below shown way.col1col21db2,sqlserver,oracle2sybase,sqlite,teradata3informix,postgrel,derbycol2 in the above table has non atomic values ryt.Is there any...
View ArticleIncorrect syntax near the keyword 'Values'
Hi all I was wondering if you could help I keep getting this error when I try to build this stored procedure in sql 2008CREATE PROCEDURE dbo.TutorialAddHeadline @title varchar(100), @content...
View ArticleTable Designer & computed colums & case statement
i am creating a table using table designer and i want to add a computed column for Age as follows:CASE WHEN BirtheDate IS NULL THEN NULL WHEN DATEDIFF(yy,BirthDate, CURRENT_TIMESTAMP) >50 THEN...
View ArticleNew install of older version on new machine questions (2008 R2 Express)
Hi,I want to setup SQL Server 2008 R2 Express to an i5 machine running window 8.1. This should include ssis, ssrs, ssas, and the management studio. The instructions say to:Step 1: Install Microsoft...
View ArticleIs there a way to get long running SQL Agent jobs information using powershell?
Hi All,Is there a way to get long running SQL Agent jobs information using powershell for multiple SQL servers in the environment?Thanks in Advance.--Hunt
View ArticleUnable to login to sa account
Hi, I inherited database admin duties from a previous employee who is no longer with us. The program currently used is SQL Server Manager and it has a database that I need to back up. Problem is, he...
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 Articlewhich index will it take and why ?
Hi, I have a table Employee and i have an index on EmpID on this table. Now i have created a view EmpView on this table. I have created an index on this view for the same column EmpID.Now my question...
View ArticleTransactional Server Replication
Hi,I created Publisher on instance "A" and Subscriber on instance "A/alternate".Strange thing is that replication copy all tables but without data... Here is a error that occurs, can anybody suggest...
View Article