Topics
Started by
Posts
Last post
Hello All, I am still trying to learn the ropes of T-SQL and I would just like to ask how to go abo…
1 replies
My situation is this. I need to check a table to see if a partnumber (varchar) exists in it. That'…
5 replies
hi i am trying to import a file with bulk insert. i get this error: Import failed: Bulk insert data…
1 replies
I'm having trouble using the IN clause with a variable. I would prefer not to use dynamic sql if I …
13 replies
How to output table contents to spreadsheet? I just want to schedule a job to send this spreadshee…
6 replies
I need to create a table and dynamically define the columns based on a string I am being passed in.…
2 replies
Hi, I have this search query where I select all the users based on the parameter @iscustomer that i…
3 replies
Hello, I needed a query in which I pulled CY.AcctCode's and PR.PrmLog_Customer_ID from a two differ…
4 replies
Hi, I'm trying to figure this out. I have a master-child relationship I do an initial load ex…
2 replies
I have a table that contains approx 200 thousand records that I need to run validations on. Here's …
4 replies
Hello I'm trying to use a cursor and some dynamic sql to updtate a table, but I'm having a error Se…
5 replies
Hi, I am running a query for a products tables which join to a category table. The problem is that…
3 replies
When I run this procedure, I get an error message to the effect "You can't assign values to variabl…
4 replies
CREATE PROCEDURE [dbo].[getDueList] ( @unit VARCHAR(5 ), @cc varchar(11), @quizname VARCHAR( 25 ) …
1 replies
At the company that I used to work for someone developed a windows app that I could drop a column o…
8 replies
Viewing 15 topics - 6,241 through 6,255 (of 17,082 total)
You must be logged in to create new topics.