Topics
Started by
Posts
Last post
Hi, I have the following situation create myTable ( cntr INT IDENTITY(1,1) , mystring1 varchar(10) …
11 replies
Hi, Simple question: How can I start a sql script from within a sql script? I am sure it is possibl…
1 replies
How can I check If there are any alphabests in one gievn string. If I found any of the alphabests I…
2 replies
I have the forloowing code. This code work well when you execute it in Query Analyzer, but when I t…
4 replies
using straight TSQL, what is an easy way to 'select' a datetime field and show only the date?  …
4 replies
I define the following sp and it works. CREATE PROCEDURE usp_check_login @username var…
9 replies
Can anyone please tell me why select convert(datetime, '2005-10-03 23:59:59.999', 121) returns '200…
3 replies
Hi Folks, I am looking to split a table into percentiles based on a numerical field i.e. Profit. Fo…
1 replies
Dear all, I'm using SQL Server 2000 SP3. I'm having a problem with a stored procedure which updates…
4 replies
Hi, I was wondering is there an equivalent in T-SQL to the Oracle syntax that supports the use of m…
4 replies
This trigger is supposed to copy data from deleted rows(deleted from via app I have no control…
2 replies
Hi! I need to build something like DialogBox in my stored procedure (without break it in two) such …
6 replies
Does anyone know where I can find documentation on the new SQL 2005 ranking function, specifically …
1 replies
Hi! My problem is that at times I don't understand whether I should create function for a specific …
3 replies
Hi, I've got a query with only a few columns that I'd like to dump to a comma delimi…
4 replies
Viewing 15 topics - 9,061 through 9,075 (of 17,082 total)
You must be logged in to create new topics.