Viewing 15 posts - 226 through 240 (of 499 total)
add the user to the role db_datawriter.
Gerald Britton, Pluralsight courses
July 9, 2015 at 10:42 am
Though not provided as an answer, sp_refreshsqlmodule can also refresh views;
Gerald Britton, Pluralsight courses
July 8, 2015 at 8:09 am
when the backup job fails, what are the error messages?
Gerald Britton, Pluralsight courses
June 30, 2015 at 9:06 am
I have no idea what Venus is. However, you need to ensure that appropriate permissions are in place. Here's a simple way to find out:
Login to the...
Gerald Britton, Pluralsight courses
June 30, 2015 at 8:50 am
ChrisM@Work (6/25/2015)
g.britton (6/24/2015)
Greg Larsen (4/27/2015)
Comments posted to this topic are about the item <A HREF="/articles/Stairway+Series/125504/">Stairway to Advanced T-SQL Level 6: Creating Rows Of Data Using The UNPIVOT Operator</A>
Consider using CROSS...
Gerald Britton, Pluralsight courses
June 30, 2015 at 6:31 am
Have you followed this:
If the SQL Server service account on your primary server runs under the local system account, you must create your backup folder on the primary server and...
Gerald Britton, Pluralsight courses
June 30, 2015 at 6:21 am
run it a section at a time and verify the results at each step. You'll likely have an "aha!" moment.
Gerald Britton, Pluralsight courses
June 29, 2015 at 7:11 pm
Have you set up a proxy account for the job(s)?
Gerald Britton, Pluralsight courses
June 29, 2015 at 11:53 am
You can't. The job needs to run with an agent proxy account that uses a Windows domain account with appropriate access.
Gerald Britton, Pluralsight courses
June 29, 2015 at 11:20 am
Did you try Suggest Types under the Advanced in the Flat File Connection Manager Editor?
Gerald Britton, Pluralsight courses
June 29, 2015 at 9:42 am
Interesting article though I wonder about a few things:
1. Using a recursive CTE to populate your test table is probably not the best idea. At least, I wouldn't want...
Gerald Britton, Pluralsight courses
June 29, 2015 at 6:34 am
SQLArnold (6/25/2015)
Gerald Britton, Pluralsight courses
June 25, 2015 at 1:09 pm
You missed a few things! (What's new in Sql server 2014
•Database Engine Feature Enhancements
?Memory-Optimized Tables (OK, you got this one!)
?SQL Server Data Files in Windows Azure
?Host a SQL Server...
Gerald Britton, Pluralsight courses
June 25, 2015 at 12:00 pm
Do not use this feature. This feature has been replaced by sp_describe_first_result_set (Transact-SQL), sp_describe_undeclared_parameters (Transact-SQL), sys.dm_exec_describe_first_result_set (Transact-SQL), and sys.dm_exec_describe_first_result_set_for_object (Transact-SQL).
I did some digging on this. Using 2012, this...
Gerald Britton, Pluralsight courses
June 25, 2015 at 11:52 am
David Rueter (6/25/2015)
Do not use this feature. This feature has been replaced by sp_describe_first_result_set (Transact-SQL), sp_describe_undeclared_parameters (Transact-SQL), sys.dm_exec_describe_first_result_set (Transact-SQL), and sys.dm_exec_describe_first_result_set_for_object (Transact-SQL).
But don't you see...it is the Microsoft tools...
Gerald Britton, Pluralsight courses
June 25, 2015 at 11:43 am
Viewing 15 posts - 226 through 240 (of 499 total)