Viewing 10 posts - 16 through 26 (of 26 total)
thx,
you saved my day 😀
--
candide
________Panta rhei
June 20, 2013 at 6:49 am
Hi,
@grovelli-262555
here's a simple code example to add 2 values:
USE [Test01]
GO
/****** Object: UserDefinedFunction [dbo].[udf_GetStuff] Script Date: 06/19/2013 09:54:19 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- =============================================
-- Author:its me
-- Create...
--
candide
________Panta rhei
June 19, 2013 at 2:05 am
hey grovelli-262555
look at the VBA-code, it works! I develop on SQL SERVER with an account at Windows Security with admin rights.
Calling
SELECT dbo.udf_GetStuff (44, 22) AS retVal
inside an Access...
--
candide
________Panta rhei
June 14, 2013 at 10:50 am
Hi,
dbo is the schema owner, as all objects in SQL Server are owned by a schema (dbo = database owner). It's the usual syntax for every object in SQL Server,...
--
candide
________Panta rhei
June 14, 2013 at 8:02 am
solution found:-)
SELECT dbo.udf_GetStuff (44, 22) AS retVal
--
candide
________Panta rhei
June 13, 2013 at 9:16 am
Jeff Moden (2/26/2013)
candide (2/26/2013)
Thank you for the kind feedback. I just want to make sure because you're the one that will have to support it. Do you understand...
--
candide
________Panta rhei
February 28, 2013 at 3:26 am
Hi,
Jeff's solution works great:-P
exactly what I needed
thanx
--
candide
________Panta rhei
February 26, 2013 at 4:43 am
well, I read "Configuring Linked Servers for Delegation"
I ran
EXEC sp_addlinkedserver 'SQLSERVER2', N'SQL Server'
EXEC sp_addlinkedsrvlogin 'SQLSERVER2', 'true'
Only when I have sp_addlinkedsrvlogin run with user "sa" it works. 😎
But...
--
candide
________Panta rhei
April 16, 2010 at 11:44 am
thanks HowardW for your answer
I just need readonly access to one table which will grow silently to some hundred rows.
SSIS seems not to be the way because table updates should...
--
candide
________Panta rhei
April 16, 2010 at 11:21 am
Hello,
I found out it's not connecting to SQL-Server whats the problem and I was searching in wrong direction.
I talked with another developer and he gave me the right hint. So...
--
candide
________Panta rhei
April 16, 2010 at 3:20 am
Viewing 10 posts - 16 through 26 (of 26 total)