Topics
Started by
Posts
Last post
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
I need to strip off the first character of an incoming string in a proc. follows like this: 'G13223…
2 replies
In the following, there is no error thrown if a record does not exists in either the BasicInformati…
11 replies
I've been struggling with this subselect in a OpenQuery. Help Please. All quotes are single quote…
2 replies
I all, I got this table ----- CREATE TABLE [dbo].[Logs]( [IDLog] [int] IDENTITY(1,1) NOT NULL, [I…
2 replies
Viewing 15 topics - 10,681 through 10,695 (of 12,230 total)
You must be logged in to create new topics.