Viewing 15 posts - 1,966 through 1,980 (of 3,500 total)
LOL...
<insert TERRIBLE advice here> ... and don't forget to ascribe to someone who actually knows what he's talking about.
Sorry, couldn't resist!
The question reminded me of some "documentation" of a database...
April 30, 2016 at 10:57 am
This is a great discussion on triggers.
Here's the MS page on creating triggers. https://msdn.microsoft.com/en-us/library/ms189799.aspx
Edit - just looked around here and Dwain Camps wrote a great article on triggers[/url]. Definitely worth...
April 30, 2016 at 10:39 am
Welcome to SSC. Thanks for the CREATE TABLE and INSERT scripts... they're easier to use if you post them this way, though:
CREATE TABLE Employee(
EmployeeID INT PRIMARY KEY,
EmployeeName VARCHAR(20) NOT...
April 29, 2016 at 8:40 pm
GoogleFu must be broken... There's a bunch of documentation on the MS website... <putting on my pointy hat D-U-N-C...>
April 28, 2016 at 10:15 pm
multiple values where? In a multi-select parameter? In your report somewhere?
April 28, 2016 at 2:24 pm
(Makes me think this place needs a "canned response macro"... )
😀
April 28, 2016 at 2:22 pm
Got table definitions? Sample data? (Create table and insert scripts)... can be completely fake, just representative.
April 27, 2016 at 5:48 pm
One thing I would definitely suggest is collecting a list of common questions that you're going to ask of your database, and test your design by trying to answer the...
April 27, 2016 at 10:26 am
No wonder I'm so good at SSRS...
"I'll take cryptic UI for 1000!"
April 27, 2016 at 5:26 am
You might find this article helpful:
Unpivot a Table Using Cross Apply[/url]
I'm pretty sure I asked a question like this a while back, and the trick is to use dynamic SQL...
April 23, 2016 at 9:33 pm
My guess is that you would have to use a stored procedure and check for existence before doing your insert(s). The problem is that you can't declare something has...
April 23, 2016 at 12:11 am
If you're importing from an .MDB (as opposed to an .ACCDB) file, I'd use the JET 4.0 drivers.
April 21, 2016 at 4:05 pm
What version of SSRS were the failing reports built with?
April 21, 2016 at 9:25 am
Viewing 15 posts - 1,966 through 1,980 (of 3,500 total)