Viewing 15 posts - 2,296 through 2,310 (of 6,679 total)
=IIf(User!UserID.Value = "DOMAIN\username", Fields!SalesTotal.Value, "0")
May 3, 2019 at 6:07 pm
There is this requirement since the output will be used on an ssrs 2012 report. Thus would you show me the t-sql that will accomplish this goal?
Consider returning all...
May 2, 2019 at 5:56 pm
Thom - these issues are related to datetime/smalldatetime data types. The format YYYY-MM-DD is a valid ISO date format but is not handled correctly in SQL Server when using either...
April 30, 2019 at 6:01 pm
I don't use it a lot - but I do have several scripts where it is very useful. For example - creating logins/users in an AOAG environment. The script creates...
April 28, 2019 at 3:12 pm
You want the text qualifier to be set to double quotes. That is set in the connection manager for the file.
April 11, 2019 at 10:48 pm
Thanks. I might be missing something here but we seem to be creating a table and populating it – I don’t see how we end up with a physical file....
April 11, 2019 at 9:43 pm
I created and saved an SSIS package. On the “Control Flow” screen, I would expect to see a “Run” or “Execute” button, so I can manually run the package &...
April 11, 2019 at 5:18 pm
You stated you had previously granted update access to the user - once granted it will remain until explicitly revoked. So now this user has db_datareader role AND explicit...
March 31, 2019 at 4:37 pm
The agent service actually runs under a special service SID account (NT SERVICE\SQLSERVERAGENT). That account has sysadmin rights to SQL Server and allows the agent jobs to run with...
March 31, 2019 at 4:32 pm
March 27, 2019 at 11:53 am
March 26, 2019 at 12:24 pm
March 26, 2019 at 11:54 am
March 26, 2019 at 11:39 am
March 25, 2019 at 12:42 pm
Viewing 15 posts - 2,296 through 2,310 (of 6,679 total)