Topics
Started by
Posts
Last post
Hello, I have not been able to quickly find an example of how to set up a CHECK constraint on a tab…
2 replies
I am looking for the syntax that allows me to run a stored procedure with a WHERE statement that wi…
2 replies
How do I use a WHERE clause in an OPENQUERY statment. For example (select * from openquery(server,'…
1 replies
Hi, Is there an easy way to copy binary data (Image field type) from a table to a table on another …
4 replies
I am needing to create a sql statement that will allow me to create a join between a text file and …
1 replies
Update table1 a set a.field1 = (select b.field2 from table1 b) where a.field3 = b.field3 I'm trying…
7 replies
I Need to get only specific data from a text field that contains varying strings for example, a tex…
9 replies
Is it possible to PROGRAMATICALLY copy a stored procedure from one database to another? Thanks in a…
6 replies
How long does Transaction isolation level read uncommitted last ? If it is the first line in a stor…
1 replies
Hi, I hope this is the right forum for this question. I have two tables, one called UserGroups and …
3 replies
The following has been copied from Books Online. However there are no examples to support the 4th p…
1 replies
want to calculate the average hours worked over a 17 week period rolling for the last year for each…
1 replies
Hi, I am trying to run this update SQL statement and got an error UPDATE Task SET TaskName = 'Readi…
2 replies
I need to write a function, here's why: I am writing a sproc to return a result set back to a repor…
2 replies
Hello, I'm not very certain as to how to clearly present a particular issue that I am having with a…
2 replies
Viewing 15 topics - 15,706 through 15,720 (of 17,082 total)
You must be logged in to create new topics.