Viewing 15 posts - 211 through 225 (of 237 total)
but I think back up did not give me the DTS pacage, the connection.
March 14, 2006 at 8:15 am
Thanks. It is cool. I know this function. but I do not know why Microsft come out as CoALESCE as Returns the first nonnull expression among its arguments. while...
March 14, 2006 at 7:01 am
If I have two fields I want cancatenate by adding lastname, space firstname.
ABC LastName
EFC
I want to my outcome as LastName, ABC and EFC since the EFC does not have last...
March 14, 2006 at 5:22 am
Thanks. but I do not know why query is right which post on the other website.
March 13, 2006 at 8:29 am
I set that as string. Even though I set my criteria directly and it did not return any value. My vb.net code work with two parameters. so I suspect the...
February 22, 2006 at 12:24 pm
Thanks. I changed the
if @mName ='PartI'
BEGIN
set @moduleName ='Part I'
SELECT DISTINCT LicenseNumber , DoctorName
FROM dbo.[Doctor Module Log]
Where (dbo.[Doctor Module Log].[Access Module Time] >=...
February 22, 2006 at 11:28 am
The problem is not join. Once I took off the right. It worked. Thanks.
February 17, 2006 at 10:27 am
I put a begin there before. It still have the error.
February 17, 2006 at 10:17 am
RIGHTNOW IT IS END HAS ERROR. Thanks..
Server: Msg 156, Level 15, State 1, Procedure get_phy_list, Line 30
Incorrect syntax near the keyword 'END'.
CREATE PROCEDURE [dbo].[get_phy_list]
@DateFrom datetime,
@DateTo...
February 17, 2006 at 9:22 am
Thanks.
I have one running stored procedure. I did not put the () there ,too.
The errro is this line. I think it must be single code for @moduleName Thanks.
SELECT * from ...
February 17, 2006 at 9:13 am
What is the purpose to run Try running DBCC UPDATEUSAGE(0) then running sp_spaceused in this case.
February 17, 2006 at 5:27 am
You just need to set the field as text.
February 17, 2006 at 5:22 am
I got error from 'SUSTRING' is not a recognized function name.
February 16, 2006 at 12:43 pm
I got error from 'SUSTRING' is not a recognized function name.
February 16, 2006 at 12:43 pm
Here is
if exists
(select * from dbo.sysobjects where id = object_id(N'[dbo].[login]') and...
January 30, 2006 at 11:32 am
Viewing 15 posts - 211 through 225 (of 237 total)