Topics
Started by
Posts
Last post
I have a number of functions that require the input of parameters in order to ultimatly create a re…
10 replies
what I want to accomplish is the following : table sa_entity org_id int org_ver_id< other columns …
1 replies
Ok I have to ask. Through reading I have learned that Cursor; BAD. Ok, so I don't use cursors…
28 replies
Was the Reporting Services included in SQL 2000 an attempt to make report writing easier? I am inte…
2 replies
declare @t table (v varchar(8000),a int ,b int,c int,d int,e int) insert @t  …
2 replies
I have a UNION query that I want to select from. select sum(col1),col2 from (select col1,col2 fro…
4 replies
How do you determine the number of words in a string? eg Name1 : Robert Duvall Jr Name2 : Tom Clan…
8 replies
For reasons I'd rather not bore people with I'm attempting to SUM a column that is defined as Varch…
7 replies
Hello masters i need your help to do the next thing. one user of my database only have permission t…
7 replies
Hello, When filtering for a date in a 'datetime' type field, I thought it was possible to just expr…
5 replies
Help, I'm stuck with a problem. I have a customer table and an order table, such as: TABLE CUSTOMER…
4 replies
Hi I'm hoping someone can lead me to the right solution. I have a system containing multiple langua…
1 replies
i have Table_Posts(PostID, Title, Body) and Table_PostsReplies(PostID, ReplyPostID). i want to sele…
8 replies
I have a function that is based aounr the input of parameters. The last remaing issue is that I am …
2 replies
I have a function that uses the following statement in it SELECT src…
15 replies
Viewing 15 topics - 7,111 through 7,125 (of 17,082 total)
You must be logged in to create new topics.