Inner join with like clause
Hi good afternoon everyone!!I'm trying to do a query and I need to know if there is a way to do it , i've read something about tokenize but i didnt understand mutch if it's the solution What I have I...
View ArticleSQL QUery
You need to find duplicate account’s in an Account table. The Account table has 15 columns in it. What is the problem with this query?SELECT*FROM AccountWHERE CreateDate>'2/1/2013'GROUPBY...
View Articleshow second result for multiple records - MSSQL2000
I've got a query that displays the second result for one customer. what i now need to do is show the second result for each customer in a particular list (for example 20 different customers G/1931,...
View ArticleRestoring Database and Master from 2000 to 2005
I have a machine that runs SQL Server 2000 with 1 database. I've backed up the database and the master database and I want to restore the database on a different machine with SQL Server 2005. I'm going...
View ArticleSYSTEM DATABASE BACKUP
HI,Is there any script to take system backup(MASTER,MSDB,MODEL)Please helpThanks in advance.Regards,Shashikala
View ArticleSQL server login backups.
HI,If we take master database backup, is it required to take login backup again separetly ?Please help me to clear on this.ThanksShashikala
View ArticleExplanation of Suspect DB T-SQL commands
Hi,Pls Explain meaning of below each step:“EXEC sp_resetstatus ‘yourDBname’; ALTER DATABASE yourDBname SET EMERGENCY DBCC checkdb(’yourDBname’) ALTER DATABASE yourDBname SET SINGLE_USER WITH ROLLBACK...
View ArticleIs SelfJoin slower than loading and accessing from temporary table?
Hi, i have a requirement like if any record of ABC is in the given roll_no then all other records of ABC in the same table also should be moved to same roll_no (with extra two conditions), so i...
View ArticleHow to determine the appropriate application development tools when maturing...
Microsoft Access 2007 applications executed on PCs and tablets. Data collection is localized to the device. The goal is to re-develop the applications so that immediate data collection is still local,...
View Articlesql server configuration manager
In sql server configuration manager->sql serviceshere not able to see any services and showing 'there are no items to view'.Please let me know what does it mean?ThanksShashikala
View ArticleDefault instance in Clustered instance?
In clustered instance the instance name would be virtual but the service name is 'MSSQLSERVER'.Can we consider this instance is default instance.Example:Hostname: abc.srv.comInstance name: xyzService...
View ArticleIs Select statement DML,DRL,DQL?
I search on many sites, still didnt get the answer from a reliable source. Is Select statement DML,DRL,DQL?
View ArticleDatabase Mail Does Not Show In Management Node in sql server 2008 r2
hi guysi have problem regarding to send email to customer using sql server Database MailUnder Management Nodebut problem is that the Database Mail is missing from my Management Nodeplease give me some...
View Articlei need more information and how to connect to sql 2008
i need more information and how to connect to sql 2008 from another computer by DNS link using POS app
View ArticleConnecting to SQL 2005 Database Engine
I've installed an instance of SQL 2005 on Windows 2000 Server and cannot connect to the database engine locally. If I try to connect to the instance through management studio, it refuses to acknowledge...
View ArticleSaving money value in sql server
I have an application made in vb.net which is connected to a sql server database, In my databasei have a column for inserting the prices for certain products. While designing that column i set the...
View ArticleCompare database with old backup?
Hii want compare sql databse with old backup via T-SQL?
View ArticleCan I install MS 2005 SQL Server on my Window XP Home Edition with SP2 to...
I am planning to study for the MCTS 70-431. I am totally new to it. I got the MSPress book today, and was puzzled by the following points in the first chapter: 1) To complete Chap 1, You must have MS...
View ArticleReading Excel file from SQL Server 2005
I am trying to read the Excel file (Ver. 2003) from SQL Server 2005. I have tried using the following options. SELECT*INTO XLImport3 FROMOPENDATASOURCE('Microsoft.Jet.OLEDB.4.0','Data...
View Article