Topics
Started by
Posts
Last post
Hello ! Guys I have newly joined this forum, I have a query regarding a create table statement w…
5 replies
For a given County, I am returning the cities in that County SELECT DISTINCT CITY FROM DEMO WHERE C…
8 replies
I have a query with multiple inner joins and left joins (about 40). When I run the query it takes a…
7 replies
Hi, I have an insert query that calls a scalar function to generate a unique identifier for the row…
3 replies
I have a test database which contains a TestQueue table that tests are fetched from and executed on…
3 replies
Hi, I am using SP_EXECUTESQL in a procedure to insert data in to temp table. but it is giving error…
9 replies
I have a stored procedure that selects many fields and I pass it a year and month, then want the r…
13 replies
Hello, I have a table that contains a month int field and a year in field and I need to be able to …
2 replies
I have an AFTER INSERT trigger that does inserts on another database and then updates the row that …
1 replies
Hello People, How do I replace a column of data with new column data in another table . example : t…
4 replies
Hi, I've a table with an identity column as a primary key, when I perform an insert I'd like to use…
5 replies
I am having a ridiculous time of trying to figure out what I am doing wrong with a bulk insert. It…
5 replies
My question is at here: http://stackoverflow.com/questions/2726369/help-to-the-way-to-write-a-query…
16 replies
Experts.. i have name,value pairs of data in a table. ie data is in rows. can this be transposed to…
6 replies
Hi. I need to write some sql to compare the columns in two tables in two databases and return a lis…
2 replies
Viewing 15 topics - 3,796 through 3,810 (of 12,234 total)
You must be logged in to create new topics.