Viewing 15 posts - 2,251 through 2,265 (of 3,500 total)
write a stored procedure to insert the results of the DMV into a table in your database and then call it from the command line?
September 29, 2015 at 6:03 pm
Are you reporting against a live database or a read-only copy?
September 29, 2015 at 11:29 am
Huh? This has nothing to do with the problem.
September 28, 2015 at 4:12 pm
execute a select statement with the same filter to make sure you don't get any false positives, and when you've fixed that part, use the filter/where clause in your update...
September 28, 2015 at 3:58 pm
It should. It will update every record that would be selected by the filter, though. So you may update more records than you intended to.
September 28, 2015 at 3:46 pm
What happens if you go into SSMS and attach? Right-click on the databases folder and choose Attach... then do you see your files when you browse?
September 27, 2015 at 6:47 pm
Probably the easiest way to do this is to have an auxiliary Calendar table that you use to make this really easy. There are several articles here with examples...
September 25, 2015 at 10:13 pm
If you can find the code from one of the sadly dead and gone Access <version> Developer's Handbook: DESKTOP, you might find the code for it. If I recall...
September 25, 2015 at 12:26 pm
Okay, that's weird. Works if I create SQL for the query in Access then paste it into the Query window. Otherwise, doesn't seem to work. Maybe the...
September 24, 2015 at 7:50 pm
Multi-valued fields are evil.
Break the multi-valued field into a separate table and use that.
September 24, 2015 at 2:51 pm
Helpful explanation. Makes thing easy!
Note: I have a Report parameter that is of type Date (so when it runs you can pick a date from it...), it's called "prmOrderMonth"
This...
September 24, 2015 at 12:18 am
Jeff,
Okay, THANKS. Got part of it working... at least the linked server shows up... I can't query it, but I can see it. =) (About as much fun as...
September 22, 2015 at 10:17 pm
Just wondering, where are the 64-bit ACE drivers available? I seem to have the 32-bit ones, and SQL Server is throwing a fit. (I suppose I could do an...
September 22, 2015 at 8:11 pm
Here[/url]'s Jeff's article. Definitely worth a couple of reads.
Feel free to obscure any sensitive data... what is helpful is a representative structure of the data... and something we can...
September 22, 2015 at 5:56 pm
CREATE TABLE scripts?
INSERT scripts?
can't fix what we can't see.
September 22, 2015 at 5:18 pm
Viewing 15 posts - 2,251 through 2,265 (of 3,500 total)