sql server 2000 database back up through sql script
HiI have a Sql 2000 . my sql query analyzer is connecting fine. But when I am try to stop my connection service via entrprice manger there is not localhost server registration is not showing . When I...
View Articlehow to find the rownumber of a row using PK
Hi,I knows the primary key of a row and i want to get the rownumber of the row..How to do it?
View ArticleSQL server 2012- tempdb - how to find them and create them?
Hello,I don't really know much about running queries. Usually I set up the SQL server and someone else sets up the db. Is there a place in the SQL manager (without running a query) to find out where...
View ArticleTable Variable or Tempdb
HiI have to optimize my Stored Procedure code.The Sp was earlier using Cursors in it.Now I have to replace Cursor with while loop but I am confused which is better to use temp table or table variable...
View ArticleReg:Com Issue
Hi Friends,I got this below issue.With out installing Excel in Server let me know the solution .How to resolve this issue.Even every where i had seen solution as DCOM settings.But for that we have to...
View ArticleCheck Constraint for Quantity column
Hi! I'm learning SQL Sever 2012, I'm doing some experiment. What I did is I created a check constraints in Quantity column from OrderItem table that will limit the maximum quantity value to 70, but...
View ArticleList all user-created indexes using DMVs
Can someone explain to me how it would be possible to use DMVs to monitor all user-created indexes both in a certain database instance and all databases within a connection?
View ArticleSQL Server Audit Performance
Hi, I need to know over the cost performance Database when I active the audit in SQL Server, for example CPU, Memory, Disc and other informacion that confirm me the use resource in the server.
View ArticleHow to make the indexed table faster if the data added daily
Hi all, Have created a non clustered index on a table where the data is beiing added regularly, so because of the fragmentation it is running slow, so how do I make it run faster, when the index was...
View ArticleBrethrens Help with SQL SYNTAX - BOTHERING ME ...
SELECT CASE WHEN patindex('%.%.%.%',@@version) > 0 THEN cast(substring(@@version, patindex('%.%.%.%',@@version)-2,charindex('.',ltrim(substring(@@version, patindex('%.%.%.%',@@version)-2,8)))) as...
View ArticleJob failure
I am doing some load testing on my AdventureWorks2012 and I am running into issues. I have never attempted to create a job before so I don't know if I am doing it wrong. The job is set to run every...
View ArticleReorganize index job failed due to page level locking...?
Hi All,We have a maintenance task to reorganize indexes weekly once and it is being failed. when I have verified the reason for its failure I came to know the issue is due to page level locking is...
View ArticleSQL 2012 Cluster + how to stop services without restarting SQL Services?
Dear,i need to stop the services on a SQL-Cluster to copy some db's manually to a remote NAS. When we try this in Management Studio the Clusters sees this and does a failure to the other node.The data...
View Articlecan not install a database on server 2008R2
when I try to install SQL for windows server 2008R2 I get RCP server not available and the install fails. also tried to install SQL express 2012 with an error server not available. Any ideas ?
View ArticleI want to know the main responsibilities for SQL Server Business Intelligence...
I want to know the main responsibilities for SQL Server Business Intelligence guy and job description please Mohamed Ahmed Database Administrator & Developer
View Articleinstalation d sql sever 2005 express edition
i can't unstall sql server 2005 express Edition , it show this ''le programme d'istalation de sql server n"a pas pu executer une commande pour la configuratio du serveur. l'erreur a...
View ArticleGenerate script in mssql server
Hi,I want to pull information like servername,service pack and version of sql sever from many host at a time. I have the sql server hostname list and databasae names.Can anyone point me in right...
View ArticleSQL Server is not connecting to SQL Express
i installed SQL server 2005 and it didnt install the SQL Agent and othert components. Its refusing to connect even when i put the correct server name. Trying to fix it fast got a presentation at work,...
View ArticleSQL Express Capabilities
Hi all,I am new to developing. My only experience is in visual basic and a small amount of oracle sql, and I've made a basic website before but only for internal use. I want to create a database driven...
View ArticleSimple SQL Query question
Hi,I have very little experience writing SQL Queries. I am trying to use a query builder in a CRM tool called SalesLogix. The query builder builds the following 2 queries: The only difference being...
View Article