Browse by Tags

Understanding Single quotes within a SELECT statement
Published 19 February 8 1:19 PM | SSQA.net
This is for newbies who struggle to understand how single quotes work in SQL Server I have seen newbies worrying why the following doesnt work SELECT columns from mytable where col = 'Lifco' s ' When you specify a value which has single quote...
SQL Server 2005 ETL process - made simple and easy to learn with SSIS tutorials
Published 5 November 7 9:47 AM | SSQA.net
Still most of the users in SQL Server 2005 are afraid of using SSIS - SQL Server Integration Services for their ETL process and procedures. I would say the newbie users are in luck to obtain help easily on the web by referring to the blogs and forums...