Topics
Started by
Posts
Last post
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
Hi, I'm using a OPENDATASOURCE to select from a standard delimited text file. This has been working…
4 replies
Hello, I have a TSQL code inside a Transaction, I would like to exclude a piece of that code from t…
1 replies
We have a XML file, declare @xml xml,@xml_with_new_namespace set @xml = ' ' set @xml_with_new_na…
2 replies
I realize this is probably a silly question but I've seen it done before and it was rather straight…
2 replies
Viewing 15 topics - 11,386 through 11,400 (of 12,230 total)
You must be logged in to create new topics.