T-SQL Integer Data-Type Conversions
This article will show some common integer data-type conversions using T-SQL.
2012-06-26
7,406 reads
This article will show some common integer data-type conversions using T-SQL.
2012-06-26
7,406 reads
2012-06-25
3,086 reads
2012-06-22
2,820 reads
2013-01-18 (first published: 2012-06-21)
1,374 reads
The syntax of SQL queries in MS SQL and MySQL are similar but not identical. This article discovers 10 most popular differences between MS SQL and MySQL syntax.
2012-06-01
5,984 reads
2012-05-24
3,155 reads
2012-05-22
3,136 reads
Despite the neglect of the basic ODBC drivers over the years, they still afford a neat way of reading from, and writing to, CSV files; and to be able to do so in SQL as if they were tables is somewhat magical. Just to prove it is possible, Phil Factor creates a CSV version of AdventureWorks as a linked server.
2012-05-11
5,604 reads
2012-05-10
3,677 reads
2012-05-09
2,976 reads
By Chris Yates
I get asked a lot about why or how I began working with databases...
By Steve Jones
Earlier this year I visited a customer that was using the Redgate Monitor webhook...
By Zikato
TSQL ScriptDOM is a useful library for parsing scripts into an abstract syntax tree....
Choosing the right Ophthalmologist in Dubai starts with checking credentials, experience with children, and...
Comments posted to this topic are about the item SQL Server 2025 Unveiled: The...
Hi, we lost our sever sql2000 To restore database to a new one we...
I run this code:
create database experiment
go
use Experiment
go
select DATABASEPROPERTYEX('Experiment', 'LastGoodCheckDbTime')
What is returned? See possible answers