Topics
Started by
Posts
Last post
With cte_table (columna) As (select a from cust) Update columna Set a = 'hello' Question: would a i…
2 replies
Hi Gurus - I have a table that I am trying to query to display all data connected to a id in one ro…
3 replies
I have a problem with trying to pull postcodes from a table when I have a lookup table which provid…
6 replies
I'm working on inserting data into a table in a database. The table has two separate triggers, one …
1 replies
I am fairly new to SQL and writing queries so bear with my faults. I am learning on the job, which…
6 replies
I have a job that runs in sql 2008r2 that declares a value to a variable. This variable is passed t…
2 replies
Trying to filter either directly from query or from ssrs and for some reason, the @begindate and @e…
11 replies
Im trying to delete duplicate records from the output of the query below, if they also meet certain…
1 replies
I have several tables a varbinary column in a database. They have names like CSB_BLOB or OBJECT_BLO…
3 replies
using Adventureworks2008R2 database I'd like to illustrate syntax I ran into and am unfamiliar with…
29 replies
What is the best way or is it possible to call a stored procedure within another stored procedure .…
5 replies
Hi. There is one seprate archive database available with name of DB_ARCHIVE. In source database tab…
4 replies
Hi, i am having a table which contains data of students like: StudentID,StudentName,Term,RESult. Sa…
1 replies
Hi I would like to create a table valued function using the following data: create table #WeightedA…
4 replies
So, I'm writing a stored procedure for my Database Programming class in college. This one's kind of…
20 replies
Viewing 15 topics - 1,651 through 1,665 (of 10,647 total)
You must be logged in to create new topics.