Viewing 15 posts - 61 through 75 (of 248 total)
Thank you for your suggestion! You stated the following, "You can then insert all of your current items within a frame, which is grouped on a client. Then set...
October 31, 2016 at 2:36 pm
The insert statements are on my original post. The example I showed you is an example of what I want the output to look like. Would you give me an...
October 11, 2016 at 2:41 pm
I provided the ddl on the original post. here is sample data:
SELECT [lockID] = 4336
,[schoolID] = 134
,[serialNumber]...
October 11, 2016 at 1:59 pm
This not the third time I asked a question. In this question, I found out what the issue is and I want to find a resolution.
October 11, 2016 at 1:53 pm
I like your idea of using the output clause from the insert statement. However, I will still have the same problem of trying to obtain the unique lockid value and...
October 11, 2016 at 1:18 pm
I used this loop since I was trying to determine how to solve my problem.
October 8, 2016 at 1:20 pm
Here are ddls of a few tables you wanted to see. I want each row in the locker table to have a unique value contained in the last 506 records...
October 7, 2016 at 9:15 pm
Since the data is duplicated for each school per school year, you are just saying that I should create duplicate rows for the previous school year and change the schoolid,...
October 7, 2016 at 8:55 am
The school year is used. These 3 tables are joined to the following tables to determine what the school year is.
Note: I did not list the following 2 tables...
October 6, 2016 at 2:50 pm
I have this school years data and I am making a copy of it for the previous school year. Basically the schoolid for this current school year changed from last...
October 6, 2016 at 10:37 am
This is only a one time update. I am sorry I did not mention that earlier. I basically just need to place existing data into the tables for the...
October 6, 2016 at 7:59 am
I tried this and this does not help.
August 9, 2016 at 8:50 am
What other sql options are you thinking that would work?
I did not include all my question since I was trying to determine what was wrong with my original sql. I...
July 17, 2016 at 4:30 pm
would you show me the sql for the statement that you made:
'If you alias both tables (in the outer query and in the inner query), you can easily join them...
July 15, 2016 at 9:13 pm
What other data type would you recommend? That is large but not as large as varchar(max) is?
July 13, 2016 at 3:23 pm
Viewing 15 posts - 61 through 75 (of 248 total)