Topics
Started by
Posts
Last post
I have a Store procedure with a Dynamic SQL that I want to pass a variable into it with a Union sta…
7 replies
Seriously... It's not like I'm building a clustered index. Just leave the data in the order i…
3 replies
I had a developer come to me with the following error message query - select vw_feed_search.* from…
1 replies
I have inherited a stored proc which declares a temporary table thus: DECLARE @WeekendDates Table&n…
2 replies
Do you have any idea why the order of the conditions in the follow code would cause SqlSe…
2 replies
Hello, I have table structure like this: call_id event param1 param2 param3 1 1 …
2 replies
Hi peoples, I am having a problem with SQL Server 2000 and can't seem to crack where I am going wro…
14 replies
Hi Everyone, I have a situation here, there is process in which data from one databas…
1 replies
I've hit the 256/260 limit in a view which does many unions of queries on other views which do many…
4 replies
Guys, I have a query like: Select EmployeeName from Employees where Boss = 3 And I get results…
2 replies
Hello Everyone I need to find a way of manipulating getdate so that i can reverse it to anytime. So…
4 replies
Hi all, I am new and trying to grasp programming a little more than just database management. …
2 replies
Anyone kno why this isnt working select top 10 * from sysobjects where name like '%' + (sele…
2 replies
I have 2 tables joined on a composite primary-foregin key relationship table VideoRelease MuzeId IN…
2 replies
Bit of a strange one is this... I've created a DTS package that simply pulls out data from a…
3 replies
Viewing 15 topics - 6,796 through 6,810 (of 17,082 total)
You must be logged in to create new topics.