Viewing 15 posts - 31 through 45 (of 321 total)
those queries are not returning the weired desired result
November 23, 2006 at 11:31 am
DECLARE @Customers TABLE(
REGISTER int,
CUSTOMER varchar(50),
CITY varchar(50),
COUNTRY varchar(50))
INSERT INTO @Customers
SELECT 1 ,'PELE', 'SANTOS' ,'BRAZIL' UNION ALL
SELECT 2 ,'RONALDINHO', 'BARCELONA' ,'SPAIN' UNION ALL
SELECT 3 ,'ROMARIO', 'RIO DE JANEIRO' ,'BRAZIL' UNION ALL
SELECT 4...
November 22, 2006 at 1:23 pm
BO -
RESTORE
NORECOVERY
Instructs the restore operation to not roll back any uncommitted transactions. Either the NORECOVERY or STANDBY option must be specified if another transaction log has to...
November 15, 2006 at 2:40 pm
SQLCMD -L
November 15, 2006 at 1:17 pm
"combine the three parameters Floor,Suite and Room and compare it with Floor" how do you combine the 3 params ? You need to post more details go get a solution...
November 15, 2006 at 12:53 pm
check BO for CONVERT
November 15, 2006 at 12:48 pm
start->run cmd-> ISQL -L
November 15, 2006 at 12:45 pm
go to start .... SQL 2005--- SQL Server Configuration Mnager and enable protocols for Network Configuration
November 15, 2006 at 12:41 pm
yes they are able just make sure to change the tcp/ip port for one of them
November 15, 2006 at 12:39 pm
DECLARE
@T TABLE(MemberNbr varchar(15),AlternateMemberNbr varchar(15),PlanType
November 15, 2006 at 12:33 pm
No offense was intendet there Asim but it seems that you are a real beginner. If your software is commercial than I would suggest you to get a pro opinion...
November 15, 2006 at 12:07 pm
Asim you better say in words what you try to accomplish. You are allready on a wrong route ...
Just so that you know every time that you CALL your stored...
November 15, 2006 at 9:52 am
your logic has 1 flaw tho ...
in the select your selecting TWO KNOWN values
SELECT CalcAction FROM ClaimCounts_Test
WHERE CalcAction='Total Record Count'OR CalcAction='Record Count of Unique Claims '
ORDER BY CASE...
November 15, 2006 at 8:56 am
To view the job history
November 2, 2006 at 12:45 pm
Viewing 15 posts - 31 through 45 (of 321 total)