Viewing 8 posts - 1 through 8 (of 8 total)
sorry if it seems a homework but it doesn't
anyway ... i get my answer ... thanks
May 28, 2013 at 9:47 am
Matthew Darwin (5/15/2013)
May 15, 2013 at 6:31 am
GilaMonster (3/16/2013)
pooya1072 (3/16/2013)
but if i execute the sp , it's execue normal and i can show the result . what this mean?
It means that Management Studio's local intellisense cache is...
March 17, 2013 at 3:02 am
MyDoggieJessie (3/16/2013)
Try:
;WITH MyData AS (
...
March 17, 2013 at 2:25 am
Lynn Pettis (3/16/2013)
pooya1072 (3/16/2013)
i craete a SP in my database . by this command :
USE [MyDatabase];
GO
CREATE PROCEDURE test
AS
SET NOCOUNT ON;
SELECT id, feed1,...
March 16, 2013 at 2:48 pm
WolfgangE (12/31/2012)
Just to name an example, have a look at "sp_configure".
Changing the name of a sqlserver...
January 1, 2013 at 2:01 am
MyDoggieJessie (11/28/2012)
If 2005, in the Surface Area Configuration application, check the Connections, then Remote Connections section, then check to see if you have Named Pipes and TCP/IP...
November 29, 2012 at 3:49 am
Viewing 8 posts - 1 through 8 (of 8 total)