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
C#
Items 1 to 16 of 16
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,595 reads
Generate C# class code for table
For any supplied table, my proc, usp_TableToClass, generates class code in C#, including fields, properties, getters and setters.
Read more...
By
Cade Bryant
2012/09/06
|
Source:
SQLServerCentral.com
|
Category:
development
Rating:
|
Discuss
|
Briefcase
|
8,007 reads
Run SQL Server Scripts using C#
In this article I will run a SQL Server script to backup a database using C# in visual studio. For this purpose, I am going to use the sqlcmd.
Read more...
By
Daniel Calbimonte
2012/04/27
|
Source:
SQLServerCentral.com
|
Category:
sqlcmd
Rating:
|
Discuss
|
Briefcase
|
8,873 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,836 reads
Basics of XML and SQL Server, Part 4: Create an XML invoice with SSIS
This article demonstrates how to build an SSIS package that generates an XML invoice document from data stored in SQL Server and saves it to an XML file.
Read more...
By
Stan Kulp
2012/03/28
|
Source:
SQLServerCentral.com
|
Category:
xml
Rating:
|
Discuss
|
Briefcase
|
2,525 reads
Basics of XML and SQL Server, Part 3: Transform and Shred XML in SSIS
This SSIS package performs multiple XSL transformations on an XML document, then shreds the transformed document and inserts its data into a SQL Server table.
Read more...
By
Stan Kulp
2012/03/21
|
Source:
SQLServerCentral.com
|
Category:
xml
Rating:
|
Discuss
|
Briefcase
|
2,578 reads
An Implementation of the FNV1a Hash Algorithm for SQL Server
Three CLR-resident functions for 16-, 32-, and 64-bit FNV1a hashing
Read more...
By
Bret Lowery
2012/02/20
|
Source:
SQLServerCentral.com
|
Category:
sqlclr
Rating:
|
Discuss
|
Briefcase
|
4,004 reads
Managing Data Dictionaries in DW and DSS Database Applications
Second in the series of tools & techniques to help manage aspects Of Enterprise BI implementation.
Read more...
By
Frank A. Banin
2011/12/20
|
Source:
SQLServerCentral.com
|
Category:
bi
Rating:
|
Discuss
|
Briefcase
|
5,124 reads
A C#.NET toolkit for writing SSIS Script Tasks
This article demonstrates basic C#.NET code that will enable SSIS package developers to write useful custom SSIS script tasks.
Read more...
By
Stan Kulp
2011/12/12
|
Source:
SQLServerCentral.com
|
Category:
integration services (ssis)
Rating:
|
Discuss
|
Briefcase
|
12,528 reads
URI Parser: A set of 20 CLR functions for URI parsing
A set of 20 functions for URI and URL parsing, using .NET's native System.Uri parser
Read more...
By
Bret Lowery
2011/07/21
|
Source:
SQLServerCentral.com
|
Category:
sqlclr
Rating:
|
Discuss
|
Briefcase
|
1,209 reads
JSON.SQL: A CLR-resident JSON serializer/deserializer for SQL Server
One CLR function and four CLR procedures for the import/export of JSON data to and from SQL Server are presented, with supporting performance metrics.
Read more...
By
Bret Lowery
2011/07/18
|
Source:
SQLServerCentral.com
|
Category:
sqlclr
Rating:
|
Discuss
|
Briefcase
|
6,441 reads
XLSExport: A CLR procedure to export proc results to Excel
A CLR procedure utilizing the NPOI library to export the results of a passed stored procedure to an Excel spreadsheet.
Read more...
By
Bret Lowery
2011/06/23
|
Source:
SQLServerCentral.com
|
Category:
sqlclr
Rating:
|
Discuss
|
Briefcase
|
8,469 reads
Generate C# class code for table
For any supplied table, my proc, usp_TableToClass, generates class code in C#, including fields, properties, getters and setters.
Read more...
By
Cade Bryant
2012/09/06
|
Source:
SQLServerCentral.com
|
Category:
development
Rating:
|
Discuss
|
Briefcase
|
8,007 reads
Murach’s ADO.NET 3.5, LINQ, and the Entity Framework with C# 2008
Read a sample chapter from this new book about C# and LINQ from Murach.
Read more...
By
Site Owners
2009/08/11
|
Source:
SQLServerCentral.com
|
Category:
book reviews
Rating:
|
Discuss
|
Briefcase
|
2,033 reads
Generate C# class code for table
For any supplied table, my proc, usp_TableToClass, generates class code in C#, including fields, properties, getters and setters.
Read more...
By
Cade Bryant
2012/09/06
|
Source:
SQLServerCentral.com
|
Category:
development
Rating:
|
Discuss
|
Briefcase
|
8,007 reads
Keep Your Data Secure with the New Advanced Encryption Standard
The Advanced Encryption Standard (AES) is a National Institute of Standards and Technology specification for the encryption of electronic data. It is expected to become the accepted means of encrypting digital information, including financial, telecommunications, and government data. This article presents an overview of AES and explains the algorithms it uses. Included is a complete C# implementation and examples of encrypting .NET data. After reading this article you will be able to encrypt data using AES, test AES-based software, and use AES encryption in your systems.
Read more...
By
Additional Articles
2007/10/19
|
Source:
Microsoft MSDN
|
Category:
security
Rating:
Rate this
|
Briefcase
|
1,806 reads
Items 1 to 16 of 16
Tags
integration services (ssis)
(4)
sqlclr
(4)
xml
(4)
export
(2)
sql server
(2)
vb.net
(2)
xslt
(2)
.net
(1)
amo
(1)
backup / restore
(1)
bcp
(1)
bi
(1)
book reviews
(1)
bulkcopy
(1)
cube
(1)
data dictionary
(1)
development
(1)
dynamic sql
(1)
encryption
(1)
excel
(1)
extended properties
(1)
fnv
(1)
fnv1
(1)
fnv1a
(1)
function
(1)
functions
(1)
hash
(1)
hashing
(1)
import
(1)
json
(1)
linq
(1)
openrowset
(1)
parse
(1)
parser
(1)
parsing
(1)
programming
(1)
sample chapters
(1)
security
(1)
smtp
(1)
sqlcmd
(1)
ssis
(1)
studio
(1)
t-sql
(1)
uri
(1)
url
(1)
visual
(1)
visual studio
(1)
xmla
(1)
xquery
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.