Topics
Started by
Posts
Last post
SQL Server 2000 Enterprise Edition create table student ( rollno int, name varchar(30), class varch…
15 replies
Hi Dear, CREATE TABLE TestTable ( ID INT, Name NVARCHAR(100) ) GO CREATE TRIGGER TestTable_Insert…
5 replies
Hi, Here is my friend's sql server version info : Microsoft SQL Server 2000 - 8.00.2039 (Intel X86)…
2 replies
Hi, I need to parse last name,first name space middle name. Example A - DOE,JOHN Example B - DOE,JO…
4 replies
I am trying to develop a custom function that when given a Full Name formatted as Lastname Suffix.,…
5 replies
Ok I am writing an archive process in SQL 2000 for an application. Long story short I need to grab …
2 replies
Hi, I tried SQLXMLBulkLoad option by creating the mapping file and VB script, its not giving any er…
1 replies
Hello all, I'm sure there's a simple answer to this but it's escaping me. How can I reduce th…
4 replies
I am on SQL 2000 - I have a table that carries ID and values by change dates (Start date and end da…
1 replies
Hi All I'm building a process that reads a directory from the disk and stores the path and files de…
5 replies
We have 2 servers: - SRV-LIVESQL with database PRODUCTION - SRV-DEVSQL with database DEVELOPMENT We…
5 replies
Hi All, In one of the stored procedure, I am inserting a record into table t1 which is having ident…
8 replies
Hi I am trying to do string comparision using difference function When tried this way: Declare @…
5 replies
Hello, I'm having quite sticky problem at the moment and hoping someone can help to educate me! For…
2 replies
Hi, Does anyone have a URLDecode UDF or a UDF to convert HEX such as %20 to it's ASCII character? M…
4 replies
Viewing 15 topics - 286 through 300 (of 17,082 total)
You must be logged in to create new topics.