Topics
Started by
Posts
Last post
Hi, I have the code snipptes as below in Store Procedure: set nocount on select 2/0 if @@error <…
7 replies
Hello, Can Anyone please help me with the following problem: I wrote a stored procedure in S…
3 replies
I have the query below select count(*), to_char(entry_time, 'YY-MON') from .table_act_entry ta, ta…
1 replies
I need some help with a query I'm writing I got four tables with the fields: Code: Request (id, req…
8 replies
So, I probably shouldn't post this because knowing my luck our DBA follows this forum. But I'…
7 replies
Does anyone know if it is possible to rename files or folders that are on an FTP site through an Ac…
1 replies
Dear all, I now have a problem for the my sub-query, my SQL code is as below:- SELECT COUNT(t1.Stu…
11 replies
I need to remove the Xs from the following string: A1EC1XXXXXX-52 How do I do this? &…
5 replies
Hello PPL, I'm pretty new on SQL server but learning to become a skilled administrator. Today I w…
2 replies
Hi , I want to store large files in a table.I am using SQLserver 2000 and working on v…
1 replies
I have the following snippet of code: select 'L' as RECTYPE, identity(int, 1, 1)as JELINENO, '80000…
4 replies
Hi, I'm getting a "type mismatch" (line highlighted in red) when creating an input ado paramet…
2 replies
Deleted
2 replies
Is it possible to delete certain files on the SQL Server box dependant on a parameter passed into a…
2 replies
I am finding that when i query the syscolumns table and it uses the index ID defined for that table…
1 replies
Viewing 15 topics - 3,076 through 3,090 (of 7,464 total)
You must be logged in to create new topics.