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
Content with tag
SQL Server
Items 1 to 20 of 117
Next 20 >>
Using XML from data variable option in SSIS
Learn how you can manipulat XML documents solely in memory. No file required.
Read more...
By
Cindy Conway
2013/05/15
|
Source:
SQLServerCentral.com
|
Category:
sql server
Rating:
|
Discuss
|
Briefcase
|
3,569 reads
Retrieve SQL Instance Connect Info
This script quickly returns Server Name, Cluster Node, Default Drive Letter for MSDB database, IP address and port
Read more...
By
Steven Whaley
2013/04/11
|
Source:
SQLServerCentral.com
|
Category:
sql server
|
SQL Scripts Manager Compatible
Rating:
|
Discuss
|
Briefcase
|
922 reads
HASHBYTES: Is CHECKSUM really required?
When compared with HASHBYTES, CHECKSUM, has a number of drawbacks. Hence, a question that comes up is: Is Checksum really required? In this article, I attempt to answer that question.
Read more...
By
Nakul Vachhrajani
2013/03/27
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
6,356 reads
An in-depth look at change detection in SQL Server - Part 02
Auditing, conflict resolution, tamper & concurrency protection are some of the most common requirements for any enterprise system – this 2-part series presents an in-depth look at the various change detection mechanisms available within SQL Server.
Read more...
By
Nakul Vachhrajani
2013/02/19
|
Source:
SQLServerCentral.com
|
Category:
sql server
Rating:
|
Discuss
|
Briefcase
|
5,239 reads
An in-depth look at change detection in SQL Server - Part 01
Auditing, conflict resolution, tamper & concurrency protection are some of the most common requirements for any enterprise system – this 2-part series presents an in-depth look at the various change detection mechanisms available within SQL Server.
Read more...
By
Nakul Vachhrajani
2013/02/12
|
Source:
SQLServerCentral.com
|
Category:
change detection
Rating:
|
Discuss
|
Briefcase
|
2,435 reads
Finding out whether you are using enterprise level feature
The query tells whether sql server enterprise edition is using any enterprise level features or not
Read more...
By
Rahul Singh
2013/01/21
|
Source:
SQLServerCentral.com
|
Category:
sql server
Rating:
|
Discuss
|
Briefcase
|
969 reads
Get an alert whenever SQL Server restarts
This script will create a job and it will send a mail whenever SQL server restarts.
Read more...
By
SAI TEJA
2012/11/05
|
Source:
SQLServerCentral.com
|
Category:
sql server
Rating:
|
Discuss
|
Briefcase
|
755 reads
Unattended Install with PowerShell
A PowerShell script which will guide you through an interview and produce the configuration file(s) necessary for an unattended installation of SQL Server 2008/2008R2.
Read more...
By
Derik Hammer
2012/08/15
|
Source:
SQLServerCentral.com
|
Category:
powershell
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
799 reads
Map IP Address to a Geographical Location
Find the country, region and city of a user from an IP address using SQL Server. Oscar Garcia provides some code and resources if you want to dig into your analytics on your own.
Read more...
By
Oscar D Garcia
2012/07/20 (first published: 2009/07/09)
|
Source:
SQLServerCentral.com
|
Category:
sql server
Rating:
|
Discuss
|
Briefcase
|
47,971 reads
SQL Triggers in a Security Context
This article will show you how to use user-defined triggers to supplement your security policies, preventing unauthorised data manipulation and blocking unfriendly logins.
Read more...
By
Derek Colley
2012/07/12
|
Source:
SQLServerCentral.com
|
Category:
sql server
Rating:
|
Discuss
|
Briefcase
|
3,754 reads
Documenting the Undocumented
Not everything in SQL Server is documented and Steve Jones doesn't think that everything should be. However some features are used often and should have additional documentation.
Read more...
By
Steve Jones
2012/06/26
|
Source:
SQLServerCentral.com
|
Category:
sql server
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
277 reads
Change Tracking - 2008
Change tracking in SQL Server 2008 enables applications to obtain only changes that have been made to the user tables, along with the information about those changes.
Read more...
By
Nitesh Dedhia
2012/06/18
|
Source:
SQLServerCentral.com
|
Category:
change tracking
Rating:
|
Discuss
|
Briefcase
|
7,038 reads
The Sequence Object in SQL Server 2012
The Sequence Object is one of the many exciting new features introduced in SQL Server 2012. Learn what this new feature can do for you and how you can use it.
Read more...
By
Sanil Mhatre
2012/06/04
|
Source:
SQLServerCentral.com
|
Category:
sql server 2012
Rating:
|
Discuss
|
Briefcase
|
7,755 reads
What, when and who? Auditing 101 - Part 3
Who messed around with my database? Auditing 101. In this article we will take a look at another technique available in SQL 2008 and higher. This new technique is SQL Audit.
Read more...
By
Roy Ernest
2012/05/31
|
Source:
SQLServerCentral.com
|
Category:
auditing
Rating:
|
Discuss
|
Briefcase
|
8,334 reads
How to create a database backup using visual studio
This article describes how to backup a database using a C# Windows Form.
Read more...
By
Daniel Calbimonte
2012/03/30
|
Source:
SQLServerCentral.com
|
Category:
c#
Rating:
|
Discuss
|
Briefcase
|
7,833 reads
Report Builder or Reporting Services?
Should you be using Report Builder 3.0 or SQL Server Reporting Services 2008 R2 to build reports? Here's the 411!
Read more...
By
Andy Owl
2012/03/27
|
Source:
SQLServerCentral.com
|
Category:
report builder
Rating:
|
Discuss
|
Briefcase
|
13,604 reads
Session complete status and estimated completion time
A small retake on the popular percent complete script which tell how much more time an executing command will take.
Read more...
By
Hemanth Damecharla
2012/03/21
|
Source:
SQLServerCentral.com
|
Category:
sql server
Rating:
|
Discuss
|
Briefcase
|
845 reads
What, when and who? Auditing 101 - Part 2
In my previous article we discussed Change Tracking which is one of the new technologies introduced by Microsoft. This article will focus on Change Data Capture.
Read more...
By
Roy Ernest
2012/01/16
|
Source:
SQLServerCentral.com
|
Category:
sql server
Rating:
|
Discuss
|
Briefcase
|
7,535 reads
Find Last Restart of SQL Server
How can you tell when your SQL Server instance was last started? In this tip we look at various methods of how to get the start time for a SQL Server instance.
Read more...
By
Additional Articles
2011/09/27
|
Source:
MSSQLTips.com
|
Category:
restart
Rating:
Rate this
|
Briefcase
|
2,866 reads
SQL Code Reuse: Teaching a Dog New Tricks
Developers, by every natural instinct and training, strive to make their code reusable and generic. Dissuading them from doing so, in certain circumstances, is akin to trying to persuade a dog not to fetch a stick.
Read more...
By
Additional Articles
2011/09/26
|
Source:
SimpleTalk
|
Category:
code reuse
Rating:
Rate this
|
Briefcase
|
3,226 reads
Items 1 to 20 of 117
Next 20 >>
Tags
blogs
(28)
editorial
(10)
cloud services
(8)
editorial - mp3
(7)
editorial - wmv
(7)
patrick leblanc
(7)
t-sql
(7)
editorial - ipod
(6)
integration services (ssis)
(6)
security
(6)
administration
(5)
database weekly
(5)
oracle
(5)
reporting services (ssrs)
(5)
sql server 2005
(5)
sql server 2008
(5)
database security
(4)
databases
(4)
learning
(4)
powershell
(4)
tools
(4)
change tracking
(3)
checksum
(3)
error logging
(3)
hashbytes
(3)
microsoft
(3)
performance tuning
(3)
sql server 2000
(3)
articles
(2)
auditing
(2)
backup / restore
(2)
binary_checksum
(2)
business intelligence
(2)
c#
(2)
change data capture (cdc)
(2)
change detection
(2)
conflict resolution
(2)
data warehousing
(2)
etl
(2)
excel
(2)
fundamentals
(2)
ip addresses
(2)
live meeting
(2)
presenting
(2)
rowversion
(2)
san
(2)
scripting
(2)
speaking
(2)
sql audit
(2)
storage
(2)
windows security
(2)
administration queries
(1)
analysis services (ssas)
(1)
backup
(1)
bcp command
(1)
best practice
(1)
books
(1)
career
(1)
cdc
(1)
change foreign key name
(1)
cluster
(1)
clustering
(1)
code reuse
(1)
command line install
(1)
conferences and events
(1)
conferences/user groups
(1)
consolidation
(1)
ct
(1)
database users
(1)
dmo
(1)
dts
(1)
environment variables
(1)
error handling
(1)
event log
(1)
exchange
(1)
export data
(1)
export to excel
(1)
export with column headers
(1)
extract, transform, load (etl)
(1)
filestream
(1)
foreign keys (fk)
(1)
geo database
(1)
graphs
(1)
handle
(1)
hard disk
(1)
identity property
(1)
indexes
(1)
initial size
(1)
insert
(1)
instances
(1)
io
(1)
job trends
(1)
jobs
(1)
linear gauge control
(1)
microsoft sql server
(1)
msde
(1)
mysql
(1)
naming convention
(1)
netapp
(1)
neural network
(1)
new feature of sql server 2008
(1)
nitesh dedhia
(1)
node
(1)
orphaned
(1)
package
(1)
pass summit
(1)
perfmon
(1)
pivottable
(1)
porcentagem itens núcleus
(1)
ports
(1)
primary key (pk)
(1)
professional development
(1)
professional organization for sql server
(1)
query performance
(1)
rateio itens
(1)
rateio nucleus
(1)
rateio produtos
(1)
referential integrity
(1)
rename primary key
(1)
replication
(1)
report builder
(1)
restart
(1)
rm núcleus
(1)
scr
(1)
sequence
(1)
sheet
(1)
silent install
(1)
snapmanager for sql
(1)
sql
(1)
sql saturday
(1)
sql server 2008 r2
(1)
sql server 2012
(1)
sql server architecture
(1)
sql university
(1)
sqlsaturday
(1)
ssis
(1)
stored procedures
(1)
tempdb
(1)
tim mitchell
(1)
totvs rm
(1)
training
(1)
triggers
(1)
troubleshooting
(1)
udf
(1)
unattended install
(1)
user group
(1)
users
(1)
valor itens %
(1)
vbscript
(1)
virtualization
(1)
visual studio
(1)
windows
(1)
xml
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.