Topics
Started by
Posts
Last post
I've searched and tried many variations, but must be missing something simple. If there are no reco…
12 replies
I have a table that selects an ID Username from the user's Loginname and another ID that gets that …
5 replies
DECLARE @forms TABLE ([Id] int NOT NULL); INSERT INTO @forms ([Id]) VALUES (2481916), (2481917), (2…
3 replies
I have the following two tables: Table A: WONum    OpSeqNum   CellName 1547434…
4 replies
Hello, I am interested in using a multi-select drop down on an application interface and am looking…
10 replies
Hi, I've been sitting with a projected revenue query for sometime , trying to figure out the best w…
22 replies
I have a table schema in an exported .sql file (text). Is there any way to use that to create an id…
4 replies
Morning, I have a SP that I created that does select query, using a date parameter. Because of a …
3 replies
Dear Group: I was going to create an index on a view we have, but I am getting the following error:…
3 replies
Hello, I have created a function that will determine the Distance between 2 sets of Lat and Log Coo…
2 replies
I created the procedure below, but the updates do not run, how do I run it all, could you help me? …
3 replies
The internet is full of examples of how to find gaps in date ranges but I need to create gaps in a …
9 replies
Hi all, In this, very simplified scenario, we have a table with two fields and few records: …
15 replies
Hi all, I have two SQL jobs. These jobs execute SSIS packages and then send files to e-mail. I need…
3 replies
Hi, I have a simple query that returns two fields. I need to modify that query so that it only retu…
1 replies
Viewing 15 topics - 211 through 225 (of 3,062 total)
You must be logged in to create new topics.