Topics
Started by
Posts
Last post
Hey guys - It's become my job to decipher dozens (prob close to 100) of SPs written by a dozen dif…
2 replies
I need to know the value in a field at a variable offset, or relative position, in a cursor. (I kno…
2 replies
create table sample ( a date,b date, c date ,d date ) insert into sample values (null,GETDATE(),GET…
10 replies
Or should I really be using a function? That's what I was attempting at first, but got pretty stump…
9 replies
Hai friends, I made on web appplication depends create table onward_joureny ( joureny_id int i…
1 replies
Hai friends , i m creating web application behind using sql server 2000 these is my table struct…
1 replies
Hi All - I came across Jeff Moden's Splitter Code earlier today and have been trying to run the fun…
6 replies
Hi all, I am having table JobDetail whcih contains jiobname as a one of column.here the data entere…
1 replies
select 5 & 17 What is the Output? Ans is :1 1)how it will return 1 ? 2)what is th…
10 replies
Guys, I've got an SP which takes two date parameters (a max and min), if I execute the SP I get X r…
29 replies
CREATE TABLE #NewTempLogins ( CompanyCode varchar(12),Login VARCHAR(MAX)) CREATE TABLE #TempLogins …
2 replies
I have five large (500m+ records) tables with differing informaton and column structures. However, …
2 replies
if an email contains %dell.com% then return it otherwise max(email) / min(email) just one please he…
6 replies
I have one SQL Server table (one of many) that night will be filled. Nobody knows which program, se…
5 replies
Hai Friends, I m currently making one web application in that i wanna display details from data bas…
1 replies
Viewing 15 topics - 3,316 through 3,330 (of 10,647 total)
You must be logged in to create new topics.