Topics
Started by
Posts
Last post
Hi guys, We got a table in a form like this: Imagine it has millions of records! I'm looking for a…
10 replies
Hello, I need assistance with a query that show me a Products Tables and its models, 1 product coul…
5 replies
Hello comunity I have build this cursor, but the same one don´t make the Update to my table ft2. he…
3 replies
Hi Please.. can anyone give me an alternative code for the below tsql with out using cursors decla…
50 replies
Hi All, I have a stored procedure that has to deliver the next 11 years of business days, accountin…
4 replies
Hey everyone, I have this report i setup as an agent job in SSMS; It's setup to run every 7 minutes…
5 replies
Hi all, I have write a code using CASE statement but it gives me error. SELECT CASE WHEN Division …
9 replies
I've got a working query which returns all leads within a supplied proximity to a city. I followed …
13 replies
In the thread: http://www.sqlservercentral.com/Forums/Topic1637167-392-5.aspx Lynn Pettis, showed …
4 replies
I know this question was discussed lots but seems still cannot figure it out, here is the issue: My…
6 replies
I am trying to replace names found in 'xml' fieldname as hyperlinks, by matching with the names in …
4 replies
I am debugging a DB maintance script which creates a table of index maintainance commands which are…
3 replies
SET NOCOUNT ON; IF OBJECT_ID('dbo.TBL_SAMPLE_DATA') IS NOT NULL DROP TABLE dbo.TBL_SAMPLE_DATA; CRE…
7 replies
I’m hoping that anyone can help me with an error that I’m receiving when I try to alter following s…
34 replies
I ran into a statement where it selects from something like that: ... FROM Table1 AS a CROS…
25 replies
Viewing 15 topics - 1,576 through 1,590 (of 10,647 total)
You must be logged in to create new topics.