Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2008

How do I create a user in SQL-Server that only has access to one table, and can only insert rows

SQL Server : export query as a .txt file

SQL server management studio local database connection error in windows 7

concat two integers and result as string in SQL

How to loop and parse xml parameter in sql server stored procedure

Trigger Error: The current transaction cannot be committed and cannot support operations that write to the log file

Programmatically copy indexes from one table to another in SQL Server

Why is a UDF so much slower than a subquery?

Using T-SQL, return nth delimited element from a string

How do I get date/time information from a TIMESTAMP column?

Simple way to prevent a Divide By Zero error in SQL

Slow query caused by parameter variables, but why?

Select query skips records during concurrent updates

Is there a practical way to use the hierarchyID datatype in entity framework 4?

Threading and SqlFileStream. The process cannot access the file specified because it has been opened in another transaction

Calculation using Date function in SQL Server 2008

Catching null warnings in aggregate functions in sql

sql sql-server-2008

Best strategy for storing documents in SQL Server 2008

How to implement polymorphic associations in an existing database