Topics
Started by
Posts
Last post
How do you get output to the message window? I run this: execute TrendPeakTotal '11', '2000-01-01',…
3 replies
Hi all, I have a table without auto generated ID or time stamp. I want to retrieve all the rows tha…
11 replies
I ran this code: --K. Mike Bradley --kmb@mikienet.com --with help from: --Remi Gregoire and Michael…
3 replies
CREATE FUNCTION Fn_myDate ( @MyDate DATETIME = '01/01/1982' -- Parameter with def…
6 replies
I am try to find unequal rows of two tables t1 and t2 on two different servers. To find where …
8 replies
Does anybody have a stored procedure, an algorithm or know of any articles of how one would re…
7 replies
Hi, I want to import excel sheet data to my table. My scenerio is Data to one table com…
5 replies
Hey all, I have a table that has a tonne of rows, with several thousand being added a day. What the…
3 replies
hi- having some problems working out a value based on a stored date range in a lookup tab…
9 replies
Alas, why this proc i cant capture the print 'hello' ????????? create proc SP_test as begin …
12 replies
I have 2 tables Members and Licensed - the Member table has a char field Member_name and the Licens…
10 replies
I've got an Excel application that about 12 users hammer away at. The guy that developed the appli…
6 replies
I have a column that is VARCHAR and I want to remove all characters that are not numeric. The colum…
8 replies
DECLARE @Temp TABLE (RowId int NOT NULL IDENTITY(1, 1), …
10 replies
How can I query this: select count(doc_iccmc) cnt,doc_iccmc from v_DOCUMENTDIREC…
6 replies
Viewing 15 topics - 10,171 through 10,185 (of 17,082 total)
You must be logged in to create new topics.