Viewing 15 posts - 46 through 60 (of 61 total)
thanks, yeah i think the 3rd party people messed up with they made all comment fields ntext!
there is not much to show you for the data the comments field is...
April 10, 2008 at 6:23 am
yeah you missed them
count ([Contact PositionSMC]) as positioncount,
CASE WHEN [CONTACT ReplaceCon1SMC] IS NOT NULL AND
...
April 9, 2008 at 11:55 am
ok i added the cast as suggested i was not putting that in both the query and the group by
If there are suggestions on how to improve i have...
April 9, 2008 at 11:31 am
here is my query the field is a comment field commentsmc
SELECT [CONTACT TaskOrdersmc] AS TaskOrdersmc, [CONTACT PlaceofPerformaceSMC] AS PlaceofPerformaceSMC,
...
April 9, 2008 at 11:23 am
my description title was not a good choice i tried to change it but it would not let me.
No my folder is not created that is what this bat file...
January 24, 2008 at 1:02 pm
you know i think I was over thinking this I probably will just go with a web front end and a table and allow the user to manage...
December 12, 2007 at 2:42 pm
thanks guys I will check it out I won't be able to do that till monday thanks!!!
August 3, 2007 at 6:01 am
so how would I do this via query??
i am not sure how to have it only append to the columns where there is only one char?
I don't really want to...
August 2, 2007 at 1:28 pm
Nope Now get Error converting data type nvarchar to bigint
June 21, 2007 at 12:29 pm
I am not sure I know what you mean
Basically right now I have something like this
create stored procedure [mySproc]
As
--change varbinary column to Nvarchar using stored proc
Exec [SPtoConverttoNVarchar]
--Insert data into new...
April 26, 2007 at 11:52 am
I tried this, but I keep getting invalid argument
Select s1.[Name]FROM
OPENROWSET('Microsoft.Jet.OLEDB.4.0','Text;Datasource=d:\db\pcorfiles\stcvis.txt;HDR=YES,FMT=Delimited',
'SELECT distinct [Name] FROM [Sheet1$] as s1 where [Name] is not null order by [Name] desc'
) as s1
April 12, 2007 at 5:54 am
Jeff Thanks that worked great, Except How can i get that to work within an existing stored procedure
here is my Sproc that i am trying to implement this with.
Thanks again
Alter...
November 9, 2006 at 5:54 am
this almost does it, it returns the same myareacode list for every caller, and it is not the top 5 by count for each name.
November 8, 2006 at 1:01 pm
i tried this and a few other things, but just can't get the correct syntax
DECLARE@Stage TABLE (RowID INT IDENTITY(1, 1), CallerName VARCHAR(256), AreaCode VARCHAR(3), Calls INT, theDate DATETIME,myareacode int)
declare @MyAreaCode...
November 8, 2006 at 12:21 pm
Thanks for all the replies. I know all about storing dates, but the DB is a 3rd party db used to captured data from a switch they set it up...
October 30, 2006 at 7:19 pm
Viewing 15 posts - 46 through 60 (of 61 total)