Topics
Started by
Posts
Last post
How do I use T-SQL to export a table of my choosing to a pre-defined access database. I want to us…
6 replies
I am trying to search multiple tables for numbers that contain a third decimal not equal to zero. t…
4 replies
Hello Everyone I am in need of a little help with a query. I would like to select the Max RowID per…
10 replies
I'm not sure that using the PIVOT function is applicable here (i've tried to get it to work!) but i…
2 replies
I'm having an issue with trying to have a query run for todays date. I'm not sure how to have it co…
27 replies
Hello All, I have a people table with email column, for each company i need to get the generic emai…
11 replies
I have a stored procedure that is causing exceptions to be thrown regularly in my ASP.NET app. The …
2 replies
Hi, I need some help with a query... I have an orders table DROP TABLE #orders CREATE TABLE #orders…
5 replies
Hello all, I try to create a Backup Database on a linked Server using dynamic SQL. But I fail when …
2 replies
Hi I would like to flatten a relational representation of a transaction to 1 row. However because t…
32 replies
Some of the columns in our database has datatypes of text and varbinary(max), as we cannot do onli…
2 replies
Hi Friends, I need to export the data using the pre created excel template from the Stored procedur…
2 replies
I have inventory parts in a system that are the same family of parts and I want to compare them for…
5 replies
Hello Everyone a colleague & I are having a discussion about CASE Statement and an IF Statemen…
5 replies
All, I have a requirement. create table #temp (name varchar(50) ) insert into #temp values ('karthi…
8 replies
Viewing 15 topics - 3,856 through 3,870 (of 12,234 total)
You must be logged in to create new topics.