Contents tagged with SQL Server
-
How to Import and Export data from PostgreSQL
I am dealing with a Azure Database for PostgreSQL now and a few days ago needed to export a database table with millions of records and import them in another table. As a person coming from Microsoft SQLServer world, I though it must have been a trivial work but in the end spent a couple of hours to figure out how to do that.
-
Colored Query Windows in Microsoft SQL Server 2012
As s software developer or DBA, we are always in situation of having a lot of Query Windows open and being connected to several instances of SQL Server such as Local instance, Acceptance instance, Production instance and so on.
-
Problem During Installation SQL Server 2005 on Windows 7
-
Using "Like" operator in parameterized queries
As you know parameterized queries has two benefit against regular queries .