Sql is not working after changing from MsAccess into sql server
Following Sql is not working after changing from MsAccess into sql server. sum(trn.sales) as sales, sum(trn.cost) as cost, sales - cost as profit // Here is not working . can we not use sales a...
View Articledynamic view query
I have a view created from only one table. VW_Stats ( Tab_Name,Load_Status,User,....) Tab_Name & Load_Status columns provides the information about Name of table and status of data getting loaded...
View ArticleWhat's wrong on follow statement?
update [Job].[dbo].[CourseDetail] set content = '-' + content where uid=38694fsze88
View ArticleBackup job is getting failed
Hi Team,Please help me to fix thisError:18210Error 3041ThanksShashikalaShashikala
View ArticleHow to insert into a temp table a query using a join
I'm trying to insert into a temp table with a query that uses a join: SELECT c.value1, s.value1,c.value2,s.value2 FROM table1 c JOIN table2 s ON c.value1 = s.value1 WHERE c.value2 = s.value2 if...
View Articlestackdump
Any reviews and recommendations please?Database backed up. Database: msdb, creation date(time): 2008/07/09(16:46:27), pages dumped: 2577, first LSN: 12977:136:73, last LSN: 12977:176:1, number of dump...
View ArticleStart SQL Server Service in Remote Server using Command Prompt with Single...
Hi Folks, I am able to STOP/START the Remote SQL Server Service using the following Command.sc \\RemoteServerName START ServiceName How to Start the Remote SQL Server Service using Single User Mode.sc...
View Articlehelp me explain this code follow??
I have some code Store produre follow, how this code run?Explain help me.USE [ThoiTrangOnline] GO /****** Object: StoredProcedure [dbo].[sp_GroupUser_GetByTop] Script Date: 07/23/2014 21:05:58...
View ArticleWhy is it reading the C drive so much?
I had a database (50 gig) that was fairly optimized which I had running on a SSD disk, which was set as the d drive (I think, though it could have been the E drive). I have a software program that...
View Articlestored procedure for an email responses
Hi,I am trying to create a stored procedure that sends an email response if the created job fails.How do I do that?Please advise.Regards, Kunjay Shah
View ArticleSQL Server TechNet Guru Announced for June 2014
The Results are in! And the winners of the TechNet Guru Competition June 2014 have been posted on theWiki Ninjas Blog.Below is a summary, heavily trimmed to fit the size restrictions of forum posting....
View Articlecheck SQL 2008 standard or enterprise
Hi, how can I check sql 2008 edition except running query on sql browser? Or can I check this information from registry?
View Articlei need to show 6.995 to 6.99 in sql server
Hi I got stuck in a query i need to show 6.995 to 6.99 in sql serveri dont want to round off
View ArticleSQL 2008 Server Getting slow(hang)
Dear Sir,I have using IBM Server Model No: x3650 m3, OS using Ms Server 2008 R2 and MS SQL 2008 R2 using Application in this application based use billing software getting slow (hanged) in this issue...
View ArticleDuvida RDS Cal por Dispositivo ou por Usuario
Boa noite,Acabei adquirir um servidor com Windows Server 2008 R2 licenciado. E adquirir 5 RDSCal por dispositivo, e acredito terei que adquirir mais licenças pois aumentei minha empresa e agora não é...
View ArticleHow to verify replication is in sync or not in transactional replication
Hi Freinds,How o verify whether transactional replication is in sync.Thanks in advancce.Shashikala
View ArticleReport builder report shows blank data
hi everyone!I am building a report in Report Builder 3.0 and the first row on two of the reports is blank for some reason! I am not really sure why and cant figure out why the report would do this. All...
View ArticleLost sql database relationship when copy the database.
Hi....I am creating copy of my old sql database using sql server express edition. But when I create copy, the new database table relationship getting lost their foreign key constraint after opening the...
View ArticleSql is not working after changing from MsAccess into sql server
Following Sql is not working after changing from MsAccess into sql server. sum(trn.sales) as sales, sum(trn.cost) as cost, sales - cost as profit // Here is not working . can we not use sales a...
View Article