Topics
Started by
Posts
Last post
Is there a way to get access to an Access table through t-sql? I really don't want to always h…
3 replies
How can I determine which column in a particular row in a table contains a particular value? I then…
3 replies
Does anybody know the code to use to search a string for the first space in the string and return a…
22 replies
Thanks fn_listextendedproperty works for comments display. I need to see them in EM . How to use th…
1 replies
SET NOCOUNT ON DECLARE @Values TABLE ( Value NUMERIC(10,2) ) /* 20 or more value…
101 replies
Hello All, can anybody helps in writing sql code for listing all indexes on all tables in given dat…
5 replies
Hi, quick question: how do you query the file system in t-sql to know if a file exist. I tried xp_c…
4 replies
Here is a query that runs perfectly (about 1-2 second) every time the variable has a value of 1-9. …
21 replies
The Event Class is "Missing Column Statistics", and it seems that the very next Profiler row is rel…
6 replies
Hi all, This is a rather big Q to ask but hey - i'll try anyway! I have a website where orders are …
6 replies
In Postgres when I try to create a trigger this way CREATE  …
5 replies
hi is there a way to get all values and there count of distinct for example what we are doing is S…
7 replies
I have a set of comments on table and its columns in oracle. I need to put it in sql server. Each t…
4 replies
Hi, My stored procedure is this: create procedure netaji &nbs…
2 replies
I am using the following code in a batch file to process ansii text files as they are FTP'ed across…
10 replies
Viewing 15 topics - 10,036 through 10,050 (of 17,082 total)
You must be logged in to create new topics.