Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2008

java.sql.SQLException: No suitable driver found for jdbc:sqlserver [duplicate]

Dynamic backup file name

Understanding the relation between ranking functions, OVER(), GROUP BY?

sql sql-server-2008

Use of ReportServer and ReportServerTempDB

How to make a trasanction cover several stored procedure?

Rounding datetime to quarter minutes

sql-server-2008

Should I commit or rollback a transaction that creates a temp table, reads, then deletes it?

SQL Server : how to delete specific rows data with where condition in column?

Script to check if mail profile is enabled in SQL Server

Unable to create a FK constraint

Passing an SSIS variable value as a parameter of SP via OLE DB Command

Modify SQL result set before returning from stored procedure

How to use Transactions property during create database command (in C#)

c# sql-server-2008

USE statement before CREATE VIEW

sql sql-server-2008

Is it possible run DBCC CHECKDB on a single partition?

Substring in sql server on numbers

Login failed for user "xxx" Failed to open the explicitly specified database solution

How to optimize group by in table with huge number of records

sql sql-server-2008

How to make a composite key without making it a primary key in SQL Server ?

How to create multiple rows from a single row - normalize a table