Viewing 15 posts - 4,861 through 4,875 (of 5,111 total)
This is a duplicate of http://www.sqlservercentral.com/Forums/Topic1826799-3740-1.aspx.
October 18, 2016 at 5:24 am
ps_vbdev (10/18/2016)
Rather than a null foreign key, the associated dimension table must have a default row (and surrogate key) representing the unknown or not applicable condition.”"
Exactly, so you might...
October 18, 2016 at 4:36 am
I would say that's a little ambiguous of a question. You don't state whether the time in the question is your local time, or the UTC time, which would result...
October 18, 2016 at 4:30 am
I would agree yes. NULL and 0/blank are completely different in terms of data.
A NULL value represents an COMPLETE ABSENCE of data, where as a 0, or Blank String...
October 18, 2016 at 4:02 am
When posting, it's always best to supply your DDL and INSERT statements (see my link to Jeff's post in my signature).
Hopefully, however, this meets your goals:
CREATE TABLE #Structure (VCode INT...
October 18, 2016 at 3:27 am
ranala (10/17/2016)
in my production server connection name is abc but in my local machine connection name is aaa then if i...
October 18, 2016 at 1:55 am
Phil Parkin (10/16/2016)
Your lab would need SQL server 2016 developer, VS2015 SSDT and VS2015 SSDT-BI, so three installs at a minimum. ...
Actually, this bit is not quite correct. SSDT and...
October 17, 2016 at 3:53 am
What do you "Generic" connection manager? If you mean something that could connect to anything (SQl Server, Excel, CSV, ADO), then there is no such thing. If you're going to...
October 17, 2016 at 1:54 am
Web mark up language as will remove double spaces, and replace with a single space, unless inside the correct tags. Using the code IFCode tag will fix this for you.
Basic...
October 14, 2016 at 2:03 pm
When supplying data, you really should provide a DDL and Insert statement. Providing a copy and paste of the data is often far from useful, especially when you data doesn't...
October 14, 2016 at 6:41 am
You're attempting to get a list of valid clients from your dataset that requires the parameter Client, which is impossible to run. SSRS needs a value for @Client to run...
October 13, 2016 at 3:06 am
richard.gardner 6009 (10/11/2016)
October 11, 2016 at 6:15 am
My only 2 cents is "is 10 seconds long enough?"
I do "data driven subscription" myself, using standard, however, sometimes my reports take a little more than 10 seconds. If you...
October 11, 2016 at 5:00 am
Really wasn't expecting that answer. The skeptic in me does wonder how many people ran the SQL before giving an answer though 🙂
October 11, 2016 at 2:13 am
mw112009 (10/10/2016)
Msg 15281, Level 16, State 1, Procedure xp_cmdshell, Line 1
SQL Server blocked access to procedure 'sys.xp_cmdshell' of component 'xp_cmdshell' because this component is turned off as part of the...
October 10, 2016 at 10:03 am
Viewing 15 posts - 4,861 through 4,875 (of 5,111 total)