Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tag sql server Rss

<< Previous 20    Items 41 to 60 of 117    Next 20 >>
 

Changing Primary key names to standard naming convention across the DB

This script will rename the Primary keys to standard notation - PK_TableName  Read more...
By Vidyadhar Pandekar 2011/07/29 | Source: SQLServerCentral.com | Category: rename primary key
Rating: |  Discuss |   Briefcase | 1,609 reads

Changing Foreign key names to standard naming convention across the DB

Rename the Foreign keys to standard notation - FK_childTable_ParentTable  Read more...
By Vidyadhar Pandekar 2010/02/24 | Source: SQLServerCentral.com | Category: foreign keys (fk)
Rating: |  Discuss |   Briefcase | 1,078 reads

Microsoft SQL Server vs. MySQL

Is Microsoft SQL Server superior to MySQL or not? What are the pros and cons of using SQL Server over MySQL? Is MySQL mature enough to compete with a big player like Microsoft and Oracle? Can we fairly compare both products?  Read more...
By Additional Articles 2010/01/29 | Source: MSSQLTips.com | Category: sql server
Rating:  Rate this |   Briefcase | 8,519 reads

Identity Values – Two things to know

I saw someone post a question recently about running out of identity values in an INT column. It happens, it’s...  Read more...
By Steve Jones 2010/01/08 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |   Briefcase | 3,770 reads

You pulled BUILTIN\Administrators, but are you auditing?

The conversation on local administrators having rights in SQL Server has proven to be interesting and at times entertaining. My...  Read more...
By Brian Kelley 2009/12/10 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |   Briefcase | 2,079 reads

Please, Sir, I want some more… orphaned database users.

Permissions on our development servers are considerably less stringent than elsewhere with developers afforded the freedom to restore backup’s ad-hoc....  Read more...
By jameshoward3 2009/12/04 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |   Briefcase | 1,655 reads

Linear Gauge Control: A Practical Use

SQL Server Reporting Services 2008 introduced several new features. One key feature was the inclusion of the Gauge Controls. I...  Read more...
By Patrick LeBlanc 2009/12/02 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |   Briefcase | 3,659 reads

Fundamentals of Storage Systems – Capturing IO Patterns

We often take the advice given to us on forums or in articles at face value. Even though the authors...  Read more...
By Wesley Brown 2009/11/27 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |   Briefcase | 2,169 reads

How to Create a Reporting Services 2005/2008 Template

  At most large companies one business requirement is that all reports have the same look and feel.  This may vary...  Read more...
By Patrick LeBlanc 2009/11/24 | Source: SQLServerCentral.com | Category: blogs
Rating:  Rate this |   Briefcase | 4,195 reads

Why We Recommend Against xp_cmdshell

Every so often I see a post in a forum or on Twitter about the use of xp_cmdshell. Usually it is someone looking for...  Read more...
By 2009/11/19 | Source: SQLServerCentral.com | Category: blogs
Rating:  Rate this |   Briefcase | 5,786 reads

SQL University: Multiple Paths and Ownership Chaining

Welcome back to our last class this term on security in SQL Server here at SQL University. According to the syllabus,...  Read more...
By 2009/11/03 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |   Briefcase | 1,524 reads

A Neural Network in SQL Server

Modeling and programming a neural Network in SQL Server from new author Silvia Cobialca. Learn how you might be able to implement this AI construct in SQL Server to make predictions.  Read more...
By Silvia Cobialca 2009/10/27 | Source: SQLServerCentral.com | Category: sql server
Rating: |  Discuss |   Briefcase | 10,504 reads

SQL Server Legend – Data Files and Threads

Someone was asking about using multiple data files recently to try and increase performance. I had answered that unless you...  Read more...
By Steve Jones 2009/10/20 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |   Briefcase | 1,802 reads

MSDE – Database Size Limit

Most of you are aware that the Microsoft SQL Server 2000 Desktop Engine (MSDE) limits database size to 2 gigabytes. ...  Read more...
By Patrick LeBlanc 2009/10/13 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |   Briefcase | 3,172 reads

Red Gate's SQL Data Generator

I'm reading SQL Server MVP John Magnabosco's new e-book, Protecting SQL Server Data, and he includes a database schema to...  Read more...
By 2009/10/06 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |   Briefcase | 1,407 reads

Eliminating Empty Output Files in SSIS

So you’ve got some packages that regularly extract data to one or more text files, but you know that from...  Read more...
By Tim Mitchell 2009/10/05 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |   Briefcase | 3,351 reads

BCP command to export data to excel with column headers

This script export data into excel/CSV file using BCP comnand with column headers  Read more...
By Samardeep Khera 2009/10/01 | Source: SQLServerCentral.com | Category: bcp command
Rating: |  Discuss |   Briefcase | 2,898 reads

The old INNER JOIN syntax vs. the new INNER JOIN syntax

I was in a presentation last week where the presenter was talking about the ANSI/ISO SQL standards. For the most part the...  Read more...
By Brian Kelley 2009/10/01 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |   Briefcase | 5,551 reads

Fundamentals of Storage Systems - The Basics of Spinning Disks

  Your servers are only as fast as the slowest part, hard drives. To feed other parts of the system we have...  Read more...
By Wesley Brown 2009/09/28 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |   Briefcase | 1,736 reads

Blobs and Filestreams

In the next week or so I’ll be upgrading the SQL 2005 server that has the SQLSaturday database and I’m...  Read more...
By Andy Warren 2009/09/24 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |   Briefcase | 1,077 reads
<< Previous 20    Items 41 to 60 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)