Viewing 15 posts - 1,606 through 1,620 (of 2,038 total)
Hi John
Two things:
* First: You can change your nickname if you click "My Account" in header section.
* Second: Please attach your XML as file. 😉
Greets
Flo
April 1, 2009 at 2:44 pm
Hi cdunn
Thank you! Currently I plan a completely new and probably much faster version without any wrapping.
I just needed this a possibility to format VARBINARY to hex string and I...
April 1, 2009 at 2:37 pm
Hi Robert
I fixed the bug. I just don't know when they update it.
Thanks again
Flo
April 1, 2009 at 2:30 pm
Hi jsanborn
jsanborn (4/1/2009)
April 1, 2009 at 2:28 pm
Hi Mike
I can't thank you enough. I had a little trouble, banged my head a few times, and then realized that I had to type the word "use" and...
April 1, 2009 at 2:08 pm
Hi
Try this:
;WITH data (id, col1, col2, col3) AS
(
SELECT 1, 3, 4, 5
UNION SELECT 2, 1, 2, NULL
...
April 1, 2009 at 1:29 pm
Hi
There are some little issues in your sample but it was possible to fix...
What I don't understand:
* What is the link between the territories and the funds? I just applied...
April 1, 2009 at 1:24 pm
Yes, this helps! 🙂
You have SQL Server Express and you have a named instance of SQL Server with name "SQLEXPRESS"
So go back to my command line steps and replace the...
April 1, 2009 at 1:07 pm
Did you try the solution GSquared suggested?
CREATE INDEX IX_iv00101_USCATVLS_2_3_4 ON iv00101 (USCATVLS_2,USCATVLS_3,USCATVLS_4)
Greets
Flo
April 1, 2009 at 12:20 pm
Well... strange.
In the braces behind the "SQL Server" is there exactly the "MSSQLSERVER" or something else?
In Configuration Manager please expand "SQL Server Network Configuration" in tree and select "Protocols for...
April 1, 2009 at 12:16 pm
For fun? Here is no place for fun!!
... but there should also be a CTE solution:
WITH
schools (id, name) AS
(
SELECT 1, 'school...
April 1, 2009 at 12:13 pm
Hi Mike
So let's keep on rocking... 😛
Start -> All Programs -> Microsoft SQL Server 2005 -> Configuration Tools -> Configuration Manager
On left hand select "SQL Server Services"
In detail view on...
April 1, 2009 at 12:01 pm
If you want to create an index on a view it needs to be schema bound.
Greets
Flo
April 1, 2009 at 11:53 am
Hi
Try this in lines 600 to 611 of your procedure (starting from ALTER PROCEDURE):
/**** Update Practice from historic GP record ****/
UPDATE NSTS_Matching_Outpatient
SET
NSTS_PRACTICE = GP.PRACTICE_CODE
FROM
...
April 1, 2009 at 11:04 am
Viewing 15 posts - 1,606 through 1,620 (of 2,038 total)