Topics
Started by
Posts
Last post
I have a few SELECTS joined by UNION ALL... pseudo code: SELECT somedata FROM Table1 UNION ALL SELE…
9 replies
By: rruest
Hi there, I am doing some testing & for the same,I am running queries using linked server. Wh…
2 replies
Hello, Can anyone recommand me some good T-SQL book? Thanks a lot, Hary
12 replies
Hi all, I have a small technical question which I really need all of your expertises and that quest…
8 replies
By: Vladan
Hi fellow DB folks, I've got a query that is puzzling me on how to make it work. I have two tables …
6 replies
Hi, I would like to update few data which is in SQL Server to MS Access. TableA in SQL Server 2005 …
1 replies
I have a situation where I have two copies of a database. One db with correct values in a column n…
8 replies
By: Dugi
Let's say I have a software version 16.04.01 I set variables to get 1604 out of that value (see bel…
9 replies
I have a table with a column as dateentered with datatype varchar(10). I want to check this column …
5 replies
write a query to update column3 from table such that column3 contains whatever be the greater value…
5 replies
I need to join the order header and order detail tables; and create a new column calc based on head…
6 replies
By: Garadin
if i create a function: CREATE FUNCTION dbo.MyFunction () RETURNS INT AS BEGIN RETURN 1 END SELECT…
11 replies
I need to export data to a text file within a Stored Procedure. The file name and location is alway…
2 replies
By: Luke L
Hi Folks, I have a table which has the following data. DateLunValue 1/6/2009 22:42Lun17 1/6/…
3 replies
By: rw_ebox
I have a SP that creates a temporary table whose rows (1000+) are looped through with a WHILE state…
8 replies
Viewing 15 topics - 7,861 through 7,875 (of 12,234 total)
You must be logged in to create new topics.