Sign in
All things Data Related....
On this site I will be posting entries related to Data platform and analytics that I learn and believe could be valuable learning to others who want insight from their data
Tags
alwaysOn
Analysis Services
analytics
appliance
Australia
Australian IT
azure
BI
big data
Book
Business Intelligence
christmas
cloud
Clustering
conference
consolidation
Cumulative Updates
DAC
Data
data warehouse
data warehousing
database consolidation appliance
dba
DBC
demos
denali
denali CTP
Developer Training Kit
download
DW
ebook
enterprise edition
excel
Excel 2010
excel services
Fast Track DW
filestream
FREE
guidance
HA
hadoop
high availability
Hotfixes
HP
HP Database Consolidation Appliance
hyper-v
Installing
Integration Services
kimball methodology
labs
launch
learning
licensing
Master Data Management
Master Data Services
MDS
MDS training
melbourne
Microsoft
microsoft BI, SharePoint 2010, Performance Point Services, PPS, dashboards, end user help
mobile BI
multi server management
MySQL
new year
oracle
pdw
pdw, parallel data warehouse, dw 2.0, dw, Data warehouse appliance, HP, Dell, Bill Inmon, father of data warehouse
Performance
power view
PowerPivot
private cloud
project houston
Reporting Services
reporting services integration
RTM; released to manufacture
scalability
scale
secuirty
Service Pack
service pack 2
sharepoint 2010
sharepoint 2010 integration
SQL Azure
SQL Server
sql server 2005
SQL Server 2008
sql Server 2008 R2
sql server 2008 r2 free training
sql server 2012
Sydney
technical
tips & tricks
Training
Upgrade
virtualisation
whitepaper
whitepapers
windows azure
Windows Server 2008 R2
windows server 2012
Browse by Tags
TechNet Blogs
>
All things Data Related....
>
All Tags
>
tsql tips
Tagged Content List
Blog Post:
TSQL Tips – Modifying text in rows
Shashank Pawar
I have been doing some loading of random text in tables, but wanted to make changes to some of the text in rows, instead of running a full update operation, I discovered that you can also use TSQL functions REPLACE or STUFF to change text. Below are examples: UPDATE Dbo.Table_1 SET c2 = (SELECT REPLACE...
on
5 Jan 2010
Blog Post:
Verifying if a connection to SQL Server is Encrypted
Shashank Pawar
If you do not have a network parser such as netmon and want to verify if the connection from the client to the SQL server is encrypted, the following query can be utilised: SELECT encrypt_option FROM sys.dm_exec_connections WHERE session_id = @@SPID -- Note: remove the WHERE clause to see all connections...
on
26 Jan 2009
Page 1 of 1 (2 items)