Topics
Started by
Posts
Last post
Is it best practice to ensure filtering is done at the time of an inner join or at the end with a f…
19 replies
Hi, I want to know if there is any possibility to add a column for a dynamically constructed sql qu…
1 replies
I have a stored procedure. The stored procedure made an update on a view. Let's say that the view i…
7 replies
Hello there, I'm new to this forum, and also to SQL Server. I'm trying to customise a (compiled) th…
3 replies
Hi every Body I'm trying to do a Bulk insert from a text file containing this kind of dat…
1 replies
By: bp
I have two tables [tbl_Contracts] and [rev_Contracts] the records in tbl_Contracts are updatable vi…
2 replies
I am trying to pull some data from two tables that share a foreign key. I am not having much …
1 replies
Hi, I've got 5 versions of a query that we think ought to return 9 rows. But one version, th…
5 replies
Select top 0 or using a where 1=0, whether using a field list or *, seems to ALWAYS copy the identi…
3 replies
By: cmore
Hi Im having a bit of problems with this script: declare @sourcetable table (nr int, tekst varchar(…
4 replies
I used to be able to step through the SP's, but now the debugger runs the sp without the ability to…
10 replies
I have a problem whereby I need to update a table using set based sql. The update gets its info in …
9 replies
Hi, I was using xp_sendmail to do this: ___________________________________ declare @query_string =…
1 replies
By: philcart
I have a calling procedure that loops through 5 possible searches to produce a result set. Bas…
2 replies
By: demicoq
I'd like to get a sanity check on this, and any comments regarding 'been there done that watch…
5 replies
Viewing 15 topics - 13,051 through 13,065 (of 17,082 total)
You must be logged in to create new topics.