Topics
Started by
Posts
Last post
I created a stored procedure for my linked server but I am getting this error message. The error me…
5 replies
Hi, All I have a q for U. Looks like really easy but when I try to this,this makes me crazy. There …
2 replies
Hi, I got stuck with following. I have a table with 3 rows: (Maximum number of dependants is 3) Mem…
3 replies
The BOL suggests using CHecksum_agg(Binary_Checksum(*)) as a way to see if a table has changed. It …
3 replies
Could someone please point me to a good article explaining what SQL Injection is, and how to best p…
2 replies
My procedure is more complicated than the one below. I'm trying to pass a table name to a procedur…
4 replies
I have a table called TempTable. It has three values in it. PeopleCode, FirstName & LastName. …
1 replies
In case of error in a statement SQL (update, insert, ecc).... From T-SQL code, exists a method to r…
2 replies
When a trigger fires what user/role is used for security? We have a trigger that fires and queries…
2 replies
Is it possible to have a variable name in the FROM clause of a SELECT statement. For example I want…
7 replies
Hi, I have to migrate a MySQL DB to SQL Server 2k. Whilst this is a boring and thankless task, it i…
3 replies
I have a floating point number in a table that I want to display in a query as "#,###" (commas ever…
5 replies
this is both a SQL question and a general question. I have seen multiple examples in SQL BOL that …
5 replies
I have an insert statement and have a need to use a local varible like so ins.@myvariable). Is ther…
5 replies
My select statement is as follows: SELECT L.[DATE],E.* FROM SAFETYLOGS2.DBO.LOGS AS L INNER JOIN OP…
1 replies
Viewing 15 topics - 15,736 through 15,750 (of 17,082 total)
You must be logged in to create new topics.