Topics
Started by
Posts
Last post
I have three tables:users,users_roles,role The records in these tables are as follows. users_roles …
8 replies
Okay, I must be losing my mind because i can't get this to work. I have: declare @dbname varchar(…
3 replies
I am currently working on search using simple filtering based on selectable column from a table. bu…
9 replies
Hello, I need to pull records from single table such that I get a subset defined like this: ( acctc…
3 replies
Here is the problem that i am facing create table file1(Loan_Number varchar(10)) insert into file1 …
4 replies
HI Guys i have created a store procedure that will copy over procedures from one database to anothe…
3 replies
Hi I am currently having to delete some data from a table with six million rows.I need to delete co…
3 replies
Hi, Can any one plz tell me how can i store and retrive image in sql server 2005 table. Thanks in a…
1 replies
My SQL script: - CREATE TABLE #temp_1 (LEGAL_ENTITY varchar(3) , …
10 replies
Hi All, My Application is connecting to 3 type of database like : MS Sql Server 2005, Oracle 11i, M…
11 replies
I have created a message board application that I want to display all forums and their most recent …
6 replies
Hello everyone, I can pass a table variable into a stored procedure that has a table variable as a…
4 replies
When I run this query: create table #temp (i int) declare @i int set @i = 1 while @i <= 14 begin…
3 replies
Just when I think I understand it. The tbl_Clients_ClientBasicInformation has both the ClientNumber…
4 replies
Hi. I'm not even sure this is the correct sub-topic within this forum to post this question, but I …
6 replies
Viewing 15 topics - 10,681 through 10,695 (of 12,234 total)
You must be logged in to create new topics.