Topics
Started by
Posts
Last post
Anyone have the proper syntax I can execute the results of a query? Thanks! --What I've done s…
1 replies
Hi all, The equivalent to the following insert query was working fine until I changed the join to "…
1 replies
Hoping someone can point me in the right direction. I did a search and this topic is mentione…
1 replies
Hi all, I have an issue where we want to bulk insert a series of files. The …
3 replies
SET @per=(select top 1 substring(Col001,194,2)from Empwhere substring(Col001,1,6) = 'HEAD') If Exis…
10 replies
I have done a fair amount of research on this including Joe Celko great articles at http://www…
3 replies
Hi, I need help with this select query. I am working on this report on refunds issued to the custom…
3 replies
Need to capture start/end datetime, user name and stored procedure name for every time any non-syst…
1 replies
I have a table that contains the following 3 fields: Client_id Code_id Isactive_flag …
11 replies
I have a table with 4 columns. I need to get the minimum nonzero value of the 4 columns for ea…
8 replies
Is it possible to create a trigger in SQL that retrieves and inserts information from a non-MSQL (p…
11 replies
I need some help with a report I'm working on... I am creating a report where I'm listing products …
9 replies
declare @table table (ad_str1 varchar(50)) insert @table select 'apple avenue w' union all select '…
9 replies
I have a result set with 2 char where in all records are either ST,SV,SU...... when using an I…
2 replies
I'm need to use vb6 dll to decrypt a value. In VB a call to this method would look like the followi…
2 replies
Viewing 15 topics - 5,896 through 5,910 (of 17,082 total)
You must be logged in to create new topics.