Topics
Started by
Posts
Last post
Hello, I am trying to come up with a way that I can take 2 or more tables and generate an output us…
11 replies
I have a table with a column that is float data type. When I have an integer value, I need that sho…
1 replies
Hi All I am trying to create xml from table for that i used query select column1,column2,column3 fr…
1 replies
I've noticed my transaction log file has been rapidly increasing in size, both actual size and the …
3 replies
hi......... i have a table like this. id productsales saledate ------------…
2 replies
I want to write a procedure that will compare 2 SIMILAR tables and show the difference in the conte…
5 replies
i have a table like this is users table id name productIds ----------------…
5 replies
Hi, How can i change the path and sheetname to parameters with the correct syntax? SELECT * FROM OP…
2 replies
Hi All, Declare @table1 as Table(cID bigint,Uid bigint) insert into @table1 select 23,40 insert i…
5 replies
I have a trigger on a 2005 Server DB. This trigger calls a proc on another DB - 2000 which performs…
4 replies
Hi, I need a SQL query that will do this: SELECT * FROM Table1 T1 WHERE T1.column1 IN (SELECT colum…
5 replies
I have a table that maintains events. Each event has a start and end date. I need to be able to s…
3 replies
Following query Provides summary of accounts receivable by ship to state for a particular date rang…
2 replies
I have two tables. One has 2 fields such as FirstName and LastName. the other only has Name, with b…
5 replies
Hopefully I can describe this better than my topic 😀 Basically I have a dimension table that is par…
6 replies
Viewing 15 topics - 5,431 through 5,445 (of 12,234 total)
You must be logged in to create new topics.