Topics
Started by
Posts
Last post
I have a weird problem with one procedure. At the beginning of the procedure I check if a few of th…
4 replies
Hi all! Is it possible to search for a string inside all stored proc source codes? If it is, could …
3 replies
I have a query in query analyzer that runs 27 times faster that the same query after I create it as…
7 replies
What do you think is best practice to implement permissions per record? For example some users shou…
14 replies
I have this select statement: SELECT termnum,username,page,count(page) from trackagent where datehi…
4 replies
Hi ! I would like to read the contents of a file, using SQL SERVER ? How can I do this ? Thanks, PM…
1 replies
I am currently trying to join a Products table to a table of Registrations for those products. Simp…
6 replies
On certain events (log file is getting full, a long running query has completed, ...) I want to rai…
5 replies
Greetings, I am trying to write a check constraint based on the value of another column in the same…
1 replies
Hello! Here is a bit of code that I'm really proud of CREATE PROCEDURE usp_BuddyTest DECLARE …
9 replies
Hello: I tried to run a SELECT statement and got the following error message. "Server: Msg 1203, Le…
2 replies
Hi guys, do you know a way to add a column specifying its position in the table? Any T-SQL or SQL-D…
7 replies
Hello. I'd like to ask your opinions about using a multiple select in a search. I have form in whic…
9 replies
I was just reading an article regarding cursor performance. They mentioned two different types of c…
6 replies
does anyone have a a T-SQL stored proc that outputs a dynamic cross tabbed recordset? when I say dy…
2 replies
Viewing 15 topics - 16,381 through 16,395 (of 17,082 total)
You must be logged in to create new topics.