Viewing 10 posts - 31 through 40 (of 40 total)
Hi,
But i still have one problem, i want to run that script on SS 2005 and when i try i received
"Password validation failed. The password does not meet Windows...
November 13, 2008 at 3:35 am
Hello again,
It seems perfect for me, thanks, obrigado,gracias 🙂
November 13, 2008 at 3:25 am
Hi Michael, my sp does the next...
CREATE PROCEDURE [dbo].[im_get_fn_contact_types]
@uids NVARCHAR(MAX)
AS
SET NOCOUNT ON
CREATE TABLE #tbl_registers (uid UNIQUEIDENTIFIER)
INSERT INTO #tbl_registers
SELECT data FROM dbo.Split(@uids,',')
DECLARE @query NVARCHAR(MAX)
DECLARE @query_clause NVARCHAR(MAX)
DECLARE @query2 NVARCHAR(MAX)
SET @query2 = ''
SET...
October 21, 2008 at 7:57 am
Hello,
Thanks for the quick answer...but i created the sp because i need to use temporary tables, and in functions is impossible, so my option was create the sp and then...
October 21, 2008 at 5:53 am
Hello,
Thanks for ur quick answer, works perfect... 🙂
Best Regards
October 17, 2008 at 4:21 am
Thanks Mark for u quick answer, help me a lot
October 14, 2008 at 3:13 am
Hi again,
How can i know which tables are created on tempdb and aren't used anymore, in sysobjects?
October 3, 2008 at 8:38 am
Thanks for the quick answer,
The problem is that tempdb is used all the time in production, maybe at night i could do that... thanks again
October 3, 2008 at 8:27 am
Thanks for answer,
As i can see on the link u send, no one knows how to specifies the maxium values for various numeric datatypes, i know that int is 2147483647...
September 25, 2008 at 7:37 am
Hi, thanks for answer my question,
What do you mean when u say "current" table?
Maybe i didnt explain quite well... For example, i have a table A in Production with...
June 9, 2008 at 3:48 am
Viewing 10 posts - 31 through 40 (of 40 total)