Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Articles with tag
SQL Server 2012
Search for
any
content tagged
sql server 2012
Items 1 to 20 of 67
Next 20 >>
Backup and Restore SQL Server with the SQL Server 2012 PowerShell cmdlets
There are plenty of occasions when it makes a lot of sense to do backup and restore scripts in PowerShell. Microsoft have put effort into making it much easier, as Allen White demonstrates.
Read more...
By
Additional Articles
2013/05/23
|
Source:
SimpleTalk
|
Category:
sql server 2012
Rating:
Rate this
|
Briefcase
|
983 reads
Power View for Cubes
This document evaluates the latest functionality provided by Microsoft SQL Server 2012 With Power View for Multidimensional Models[1], this SQL Server 2012 CTP release allows connections between Power View and Multidimensional Models ( cubes) and not just Tabular Models.
Read more...
By
Ivan Paniagua
2013/05/21
|
Source:
SQLServerCentral.com
|
Category:
power view
Rating:
|
Discuss
|
Briefcase
|
4,582 reads
How Maintenance Plans are a Big Plus for SQL Server Administration
SQL Server 2012 makes your database maintenance jobs easy by proving an effective Maintenance Plan Wizard. This wizard does a fair job of creating core maintenance plans for your database.
Read more...
By
Prett Sons
2013/05/20
|
Source:
SQLServerCentral.com
|
Category:
maintenance plans
Rating:
|
Discuss
|
Briefcase
|
3,733 reads
SQL Server 2012 Integration Services - Using PowerShell to Configure Package Execution Parameters
Marcin Policht explores some of PowerShell's SSIS-specific automation capabilities by demonstrating the process of configuring an already deployed package in order to carry out a parameterized package execution.
Read more...
By
Additional Articles
2013/04/29
|
Source:
Database Journal
|
Category:
sql server 2012
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,552 reads
Upgrading to 2012
Are many people upgrading to SQL Server 2012? Is it worth the cost for your company for any existing instances? Steve Jones asks the question this week.
Read more...
By
Steve Jones
2013/04/19
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
211 reads
SQL Server 2012 Build List
A list of the builds of SQL Server 2012 through CU#4.
Read more...
By
Steve Jones
2013/04/18 (first published: 2012/04/17)
|
Source:
SQLServerCentral.com
|
Category:
sql server 2012
Rating:
|
Discuss
|
Briefcase
|
7,722 reads
Configure SQL Server 2012 AlwaysOn Availability Groups Read-Only Routing using PowerShell
With SQL Server 2012 AlwaysOn Availability Groups, you can configure read-only routing and to automatically redirect the read-only workloads to a secondary replica after a failover. Can this be done using Windows PowerShell?
Read more...
By
Additional Articles
2013/04/17
|
Source:
MSSQLTips.com
|
Category:
alwayson
Rating:
Rate this
|
Briefcase
|
1,181 reads
New and Basic Result-set Paging functionality in SQL 2012 Version.
Overview of 2 very important clauses added to SELECT statement in SQL2012 to allow paging on result sets.
Read more...
By
Eli Leiba
2013/04/10
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
526 reads
Generating Sequence Numbers Using the Sequence Object
The new SQL Server 2012 Sequence Object can be used to generate unique numbers that can be automatically incremented based on an increment value. Greg Larsen discusses the different features of the sequence object and how you can use it to generate sequence numbers.
Read more...
By
Additional Articles
2013/04/05
|
Source:
Database Journal
|
Category:
sequence numbers
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,278 reads
SQL Server 2012 Window Function Basics
For some time, Microsoft had a few window functions, but not the full set specified in the SQL 2003 standard. Now, in SQL Server 2012 we have the whole range, and extremely useful they are too. There's no longer an excuse to avoid them, particularly now you have Rob Sheldon's gentle introduction.
Read more...
By
Additional Articles
2013/04/04
|
Source:
SimpleTalk
|
Category:
sql server 2012
Rating:
Rate this
|
Briefcase
|
4,081 reads
SQL Server 2012 Integration Services - PowerShell-Based Project Deployment
You have the option of using PowerShell when automating management of SQL Server 2012 Integration Services. While this functionality is not as straightforward as those accustomed to traditional PowerShell cmdlets might expect, the steps required to accomplish the most common SSIS administrative tasks follow a relatively consistent pattern.
Read more...
By
Additional Articles
2013/03/27
|
Source:
Database Journal
|
Category:
ssis
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,639 reads
Getting Started with Extended Events in SQL Server 2012
Extended Events provide a way of unintrusively monitoring what's going on in a SQL Server instance. Unlike SQL Server Profiler and SQL Trace, it has little performance impact. Now, in SQL Server 2012 SSMS, it is relatively easy to use, as Robert Sheldon shows.
Read more...
By
Additional Articles
2013/03/13
|
Source:
SimpleTalk
|
Category:
extended events
Rating:
Rate this
|
Briefcase
|
2,820 reads
Dynamically Download FTP Files Using SSDT
Dynamically initialise FTP connection using expressions and retrieve files stored in multiple FTP directories using SQL Server Data Tools
Read more...
By
Sifiso W. Ndlovu
2013/03/11
|
Source:
SQLServerCentral.com
|
Category:
ftp
Rating:
|
Discuss
|
Briefcase
|
7,387 reads
Resource Governor in SQL Server 2012
SQL Server 2012 delivers enhancements to the Resource Governor that reflect a growing need for centrally managed database services to provide multitenancy to customers who require isolated workloads. This document describes the enhancements and why they were added. It includes a self-contained walk through that you can try in order to gain familiarity with the new features.
Read more...
By
Additional Articles
2013/02/21
|
Source:
TechNet
|
Category:
resource governor
Rating:
Rate this
|
Briefcase
|
2,117 reads
SQL Server 2012: Time Marches On
Greg Larsen explores the new SQL Server 2012 date and time functions and shows you how to exploit these functions in new application code.
Read more...
By
Additional Articles
2013/02/13
|
Category:
date manipulation
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,925 reads
SQL Server 2012 Build List
A list of the builds of SQL Server 2012 through CU#4.
Read more...
By
Steve Jones
2013/04/18 (first published: 2012/04/17)
|
Source:
SQLServerCentral.com
|
Category:
sql server 2012
Rating:
|
Discuss
|
Briefcase
|
7,722 reads
Securing SQL Server 2012 Integration Services Packages using Digital Certificates
There are several different ways of restricting access to SSIS packages and confidential information they contain. However, preventing unauthorized users from running or viewing the content of your code is not the only security measure that you should take into consideration.
Read more...
By
Additional Articles
2013/01/24
|
Source:
Database Journal
|
Category:
sql server 2012
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,694 reads
Handling Errors in SQL Server 2012
The error handling of SQL Server has always been somewhat mysterious. Now at last, the THROW statement has been included in SQL Server 2012 that, when combined with the TRY...CATCH block, makes error handling far easier. Robert Sheldon explains all.
Read more...
By
Additional Articles
2013/01/17
|
Category:
error handling
Rating:
Rate this
|
Briefcase
|
7,500 reads
Auditing SQL Server 2012 Server Roles
My organization is looking at SQL Server 2012 and I know that the ability to create roles at the server level is a new feature. Since this is new and impacts security, how do I handle them and how do I audit them?
Read more...
By
Additional Articles
2012/11/30
|
Source:
SimpleTalk
|
Category:
server roles
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,689 reads
SQL Server 2012 AlwaysOn: Multisite Failover Cluster Instance
SQL Server Failover Clustering, which includes support for both local and multisite failover configurations, is part of the SQL Server 2012 AlwaysOn implementation suite, designed to provide high availability and disaster recovery for SQL Server. The multisite failover clustering technology has been enhanced significantly in SQL Server 2012. The multisite failover cluster architecture, enhancements in SQL Server 2012 to the technology, and some best practices to help with deployment of the technology are the primary focus of this paper.
Read more...
By
Additional Articles
2012/11/16
|
Source:
Microsoft MSDN
|
Category:
sql server 2012
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,935 reads
Items 1 to 20 of 67
Next 20 >>
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.