Topics
Started by
Posts
Last post
HI, i have a table with some numeric columns, and a stored procedure to do inserts when i pass the …
3 replies
I have the following data in a column PrefNum 1289356 3562198 5631249 I need to INSERT a Hyphen ('-…
8 replies
I am trying to create a stored procedure with a default value of today basically on the Create_Date…
1 replies
I need to create a view combining data from two different libraries on an AS400. I already have li…
2 replies
Is it possible in Query Analyzer to query a list within a database based upon criteria of table nam…
3 replies
Is there a way of saving binary data, retrieved from the database, to disk using just TSQL? Thanks.…
23 replies
I have a table that has the following columns: EffYrMo, Status, ChkAmt, ClaimNo. Statuses are Open…
2 replies
Hello comunity I have a TSQL to return an account of my customer, like this date docum…
18 replies
Hi there, Is there any trick in T-SQL to transform a string with a person's name into a string with…
4 replies
Hi All I would like to rewrite using group rather than subquery. select Comments , ao.Affili…
4 replies
Hi All I have an insert trigger in a table and I found something very interesting. When I insert a …
1 replies
Hi, I have an application database that creates a record with the action and timestamp everytime th…
6 replies
SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER FUNCTION sampleNewRequestId ( @siteID int …
3 replies
any sql heads know a good way to turn a delimited list of values in a single column into a list of …
4 replies
Is there a built-in string function, or a simple SQL trick to find the nth instance of a character …
5 replies
Viewing 15 topics - 11,386 through 11,400 (of 12,234 total)
You must be logged in to create new topics.