MasterMax1313

1,686
Reputation
267 views

Registered User

Name MasterMax1313
Member for 9 months
Seen Dec 3 at 20:39
Website
Location USA
Age 24
Just another code junkie
Dec
3
asked How to change every nvarchar column to varchar?
Nov
20
awarded  Popular Question
Nov
13
asked inetpub versus any other folder
Oct
12
revised Using Same Stored Procedure for Both Insert and Update in Entity Framework
added 22 characters in body
Oct
12
asked Using Same Stored Procedure for Both Insert and Update in Entity Framework
Oct
7
awarded  Popular Question
Oct
5
comment Entity Framework Include With Where With 3 Tables
If anyone has the Query Builder syntax that works with the first LINQ query here, that would be very helpful. I'm just trying to get a feel for the difference between the two.
Oct
5
comment Entity Framework Include With Where With 3 Tables
this helps a ton, thanks!
Oct
2
revised Entity Framework Include With Where With 3 Tables
added 20 characters in body
Oct
2
revised Entity Framework Include With Where With 3 Tables
added 1 characters in body
Oct
2
asked Entity Framework Include With Where With 3 Tables
Sep
24
asked Regex for Comma Separated Number or Just Number
Sep
11
answered how to make a yes/no dialog box in javascript?
Sep
10
comment Detecting whether or not file has been served to the browser?..kinda..
hide it after the window.location i would imagine.
Sep
9
answered Detecting whether or not file has been served to the browser?..kinda..
Sep
4
answered Why can’t I use the Name attribute on UserControl in the same assembly?
Sep
3
comment SQL 2008 report manager not accessible
I actually don't think there's anything in there for SSRS 2008 for remote connections. I took a look after I posted that and I don't think that it's an option there (I thought it was in 2005, though I could be wrong). I may be getting that confused with SQL Surface Area Configuration (2005).
Sep
3
comment SQL 2008 report manager not accessible
Possibly because it wasn't running when you were logged out (if it was running under your account). If it isn't running under a service account, it may not be running at all except when that account is logged in, as opposed to a service running at all times.
Sep
3
answered SQL 2008 report manager not accessible
Sep
2
accepted SRS Reports: URL Parameters, Multiple Values
Sep
2
awarded  Organizer
Sep
2
comment SRS Reports: URL Parameters, Multiple Values
If you've got your SQL stored in the report, you don't have to worry about that. If you've got it in a Stored Procedure, then SSRS passes in the multi-value parameter in as a comma delimited string, which you then have to parse out or convert into a table. msdn.microsoft.com/en-us/library/…
Sep
2
revised SRS Reports: URL Parameters, Multiple Values
edited tags
Sep
1
revised SSMS and SQLCMD displays only the first 8000 characters
added 75 characters in body
Sep
1
comment SSMS and SQLCMD displays only the first 8000 characters
my appologies on the poorlink, see here doc.ddart.net/mssql/sql70/da-db_1.htm for a full layout. Also, that's storage size, not max characters.
Sep
1
answered SSMS and SQLCMD displays only the first 8000 characters
Sep
1
answered SRS Reports: URL Parameters, Multiple Values
Sep
1
revised Regex for Comma Separated Number
clarification
Sep
1
awarded  Popular Question
Aug
31
asked Regex for Comma Separated Number
Aug
25
comment Can you get a Windows (AD) username in PHP?
only IE passes your credentials through, other browsers just prompt, in which case you just need to supply your domain credentials (domain\username and password).
Aug
21
comment URL Rewrite from /default.aspx to /
I've updated the answer with some code
Aug
21
revised URL Rewrite from /default.aspx to /
updated with code
Aug
19
comment Visual Studio 2008, Multiple Monitors, “find” window placement problem
was there ever a follow up to this, any suggestions, I'm experiencing a similar issue
Aug
18
asked ObjectDataSource.Select with Parameters Time Out
Aug
13
comment What advantages do constraints provide to a database?
I agree that FKs are imperative to a database, I'm trying to come up with additional reasons to justify a re-architecture of an existing system (data integrity is unfortunately not always enough to justify that sort of thing for decision makers).
Aug
13
comment What advantages do constraints provide to a database?
This is the type of information I was after.
Aug
13
comment What advantages do constraints provide to a database?
I realize that it is a huge advantage, but that's the typical acknowledgment and advantage recognition. I'm wondering if there are also performance gains to be realized with that as well.
Aug
13
asked What advantages do constraints provide to a database?
Aug
4
comment What is a Tool for Web Page Comparison?
I'm looking more for WYSIWYG
Aug
4
asked What is a Tool for Web Page Comparison?
Aug
3
awarded  Nice Answer
Jul
30
asked How to Find Which Unique Table Index a SQL Full Text Index Uses
Jul
27
asked hide column of table with codebehind
Jul
24
asked PHP Web Service with SOAP
Jul
22
asked Textbox Formatting
Jul
5
asked How to find out what processes have folder or file locked?
Jul
3
answered SQLServer: Why avoid Table-Valued User Defined Functions?
Jun
30
comment WPF XML DataBinding
Thanks for pointing out the misspelling. As for the template not working, I'm suspicious it has something to do with the XPath provided in it.
Jun
30
asked WPF XML DataBinding