Viewing 15 posts - 16 through 30 (of 246 total)
Thanks for your reply. I took a look at the services and I didn't see anything related to SSMS. I tried typing localhost and I got an error message. Of...
April 16, 2016 at 9:19 pm
Thanks for your help! I'm still struggling.
When I try to uninstall, I'm getting this message:
The operating system on this computer does not meet the minimum requirements for SQL Server...
March 29, 2016 at 5:14 pm
The answer to the question is that true needs to be lowercase.
In VB.NET True has an uppercase T. But in C# it is all lowercase.
February 17, 2015 at 8:37 pm
This is great! Thanks so much!
By the way, how do you create those ERDs with plain text? I'm assuming its generated. Seems like a lot of work to do...
May 13, 2014 at 1:42 pm
Hi, Thanks for the response.
In the relationship between Payment and Payment_Type tables, aren't the crows feet backwards?
I see your design i think between Payment and CCD_Details. That is basically...
April 17, 2014 at 5:18 pm
Ok thanks! I'll try that.
March 7, 2014 at 2:12 pm
Thanks so I'd have to put this in a separate script? I can't put tests in the stored proc so that when its debugged I can see what is going...
March 6, 2014 at 2:04 pm
Is the question that hard that no one can answer it?
March 6, 2014 at 11:11 am
Koen Verbeeck (3/5/2014)
It only makes sense to execute the SELECT statement to check if it actually does return rows.
That is the reason I came to find out how to see...
March 5, 2014 at 2:54 pm
Yes, but it not executing. So it is returning FALSE because evidently no rows are returning.
I want to be able to see what is being returned by the SELECT statements...
March 5, 2014 at 2:30 pm
So you guys suggest I should avoid that syntax? Ok
I got it from doing debug on the following statement:
EXEC sp_help;
GO
March 5, 2014 at 11:39 am
Thanks guys! I really appreciate this feedback! I'll do some more studying on this. Greatly appreciated.
December 4, 2013 at 8:18 am
That really sounds like a good point. I'd still like to get some feedback from someone who uses SSIS.
But like you said from a re-usability standpoint, these dimension tables will...
December 1, 2013 at 6:21 pm
Viewing 15 posts - 16 through 30 (of 246 total)