Viewing 15 posts - 166 through 180 (of 237 total)
At the time, i did not test and put the date time variable to test. i set that as null. so no date time conversion error. Thx.
October 19, 2006 at 1:07 pm
I tried this
SET @sql = @sql + 'AND CTDate <= CAST('''+@todate+''' AS DATETIME))' .
It will give me error as
Server: Msg 241, Level 16, State...
October 19, 2006 at 12:06 pm
I do not know what is pc image file , too. since there are not so many pictures files, I renamed the image file and add extension as .jpg.
resolved the problem. thx.
October 19, 2006 at 7:15 am
By the way, how to check the database recovery mode ?
October 18, 2006 at 7:36 am
By the way, how to check the database recovery mode ?
October 18, 2006 at 7:36 am
Thx. Today I need to take my son to visit school. I will not have time to test. I will test and get back tomorrow. Thx for big help.
October 18, 2006 at 4:58 am
I read the link you mentioned about, too.
It is hard to implement. Here what I want to accomplish ?
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=23&messageid=315364
Thanks.
October 17, 2006 at 12:52 pm
convert the data to string.
date time conversion error.
convert(datetime,CTDate)
this line
IF @fromdate IS NOT NULL
set @sql = @sql + ' AND convert(datetime, CTDate) >='+@fromdate
IF...
October 17, 2006 at 12:42 pm
but right now it is error.
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS OFF
GO
/*. according the due date end user select and ALTER temp table
find the nomatch table in the occh and...
October 17, 2006 at 12:26 pm
sorry the test and quiz here is the same.
test data are in the quiz log
12799 8/11/2006 9:05:49 AM Driver Safety
101984 7/13/2006 Back Injury Prevention
101983 7/13/2006 Back Injury Prevention
empinfo table data
emplID CC unit
100912 030527100 52
101549 010206220 ...
October 17, 2006 at 6:03 am
Thanks.
CREATE TABLE [dbo].[tblCurrentWinTrainingLog] (
[EmplNO] [bigint] NOT NULL ,
[CTDate] [datetime] NULL ,
[QuizName] [char] (25) COLLATE Latin1_General_CI_AS NULL ,
[ModuleName] [char] (25) COLLATE Latin1_General_CI_AS NULL ,
[Score] [char] (3) COLLATE Latin1_General_CI_AS NULL
) ON...
October 16, 2006 at 7:42 am
thanks. It worked after I put the select there.
October 13, 2006 at 7:10 am
Where is the SQL Server browser ? Thx.
October 13, 2006 at 5:33 am
What do you mean you need to map the server ?
I always go to the server and make the database as the name from the old server and do...
October 6, 2006 at 8:34 am
If the collation is the same, I always create a database with the same name and copy the full back up file of the database to the new server.
October 6, 2006 at 5:23 am
Viewing 15 posts - 166 through 180 (of 237 total)