Viewing 15 posts - 211 through 225 (of 3,482 total)
So create a temporary table and insert the records there, and then create the cursor based on that?
(I guess ideally you'd create the temporary objects inside your stored procedure, and...
April 14, 2023 at 4:03 am
If the index is created, you should be able to find it in the sys.indexes table
April 9, 2023 at 4:26 am
Can you use the upsizing wizard?
Move Access data to a SQL Server database by using the Upsizing Wizard - Microsoft Support
April 4, 2023 at 11:17 pm
You should be able to connect to mdb files from SQL Server using Jet 4.0 and then query those, including creating new tables based on the data in the tables...
April 4, 2023 at 8:09 pm
Oh wait... if you have a version working in SQL Server, why not just upgrade that or move it to the 2014 or whatever instance... backup on 2008, move file...
April 4, 2023 at 5:35 pm
Is it accdb format or mdb?
MDB uses Jet, and that seems to work. you haven't provided enough information to help you though.
Maybe try utteracces.com - that's an Access site and...
April 3, 2023 at 8:28 pm
"Living with Broken Software"... Sounds like every day using PowerBI. They've been working on it for like 10 years and it's STILL broken. when I start creating a measure the...
April 3, 2023 at 5:33 pm
LOL.
No, the point of that is so that people trying to help can have some data to work with. That's just template code... doesn't actually insert any records.
March 23, 2023 at 11:11 pm
Care to explain? What do you get when you run it? Works for me.
Be specific. Show what you get.
March 23, 2023 at 8:06 pm
Can't fix code we can't see. Can you post the CREATE TABLE and then CREATE INDEX scripts?
March 20, 2023 at 4:17 am
have you read Itzik Ben-Gan's "T-SQL Querying" yet? (And it's not a book you just read. You read, and write and run queries on the sample database). Then once you...
March 19, 2023 at 2:12 pm
Nerd topics are an interesting "place" to learn to write better. I remember several years ago revisiting a question that I first came upon when I was using Access (before...
March 15, 2023 at 11:31 pm
Oh, like that! I was going to say this question reminded me of the "Which pilots can fly all the planes in the hangar?" question from SQL for Smarties (I...
March 14, 2023 at 2:48 am
CREATE TABLE and INSERT scripts?
Wouldn't you have to "explode" the kits so that they return their component parts and union that with the non-kit records, and finally sum that? Or...
March 12, 2023 at 5:20 pm
Viewing 15 posts - 211 through 225 (of 3,482 total)