Topics
Started by
Posts
Last post
I have a column that is varchar (255) and need to change it to text. That's the easy part.&nb…
5 replies
I have a varchar field of date info in two different formats, 1-1-2000 and 1/1/2000. This dat…
6 replies
Hello, I'm testing inserting and updating ntext fields using regular insert/update queries, and it …
1 replies
I am creating a temp table #temp from a dynamically built query executed using SP_ExecuteSQL. Even …
4 replies
lo peeps in need of a solution to this problemo I need to carry out a replace such as: update revie…
1 replies
This is a simple version of a real-world problem I'm trying to solve. The basic idea is …
7 replies
Hi, In a stored procedure I need to report some datas in a file. So I use the command : …
6 replies
i have one stored procedure spfor_requisition_approvallist there are 2 parameters to pass one is t…
2 replies
I would like to know what are the index exists on which table in my entire database.And also i want…
2 replies
By: Anonymous
I'm looking for a way to catch the full error-message in T-SQL. The intention is to store this erro…
2 replies
I was curious if there was any SQL function that would get the name of a file in a directory, if i …
1 replies
I want to output a month end date whenever I input a date (any date) to the user defined funct…
12 replies
When using syntax such as 'CREATE TABLE #Temp...' to define the structure of a temporary table that…
4 replies
I have writing a small query and have a quest. I need to use something like the following statement…
3 replies
Hi All, I need a query that should group by month of one date field. For eg. I need…
6 replies
Viewing 15 topics - 12,721 through 12,735 (of 17,082 total)
You must be logged in to create new topics.