Viewing 15 posts - 7,726 through 7,740 (of 18,926 total)
If you want to RUN the query, then hit the query... menu from the same popup screen.
September 28, 2010 at 11:25 am
Check this screenshot.
I'm using full VS 2008 pro, but you should still get that menu in express.
September 28, 2010 at 11:24 am
Ya the gui will let you make the changes and it will drop the schema bindings.
You need to re-run the scripts to create the views so that you get the...
September 28, 2010 at 10:22 am
not quite...
SET SHOWPLAN_TEXT ON
GO
SELECT * FROM dbo.sysobjects
GO
SET SHOWPLAN_TEXT OFF
September 28, 2010 at 10:21 am
I'd personnally try with xp_cmdshell (good old dos commands) and try the same steps as above.
I'd also ensure that I'm working on the correct server.
September 28, 2010 at 9:43 am
Am I the only one NOT seeing a plan in that excel file??
September 28, 2010 at 9:23 am
I'd scale back to pinpoint the error.
Put a test file on G:\ and try deleting that single file.
Then I'd try the same thing using the extension.
Once you're 100% sure your...
September 28, 2010 at 9:19 am
Are you sure the path is ok for the delete?
There's nothing else obvious other than not having permission to run that xSP.
Do you get any errors when running it manually?
What...
September 28, 2010 at 8:55 am
Did you use a script to do the modification or did you use the gui?
I wouldn't "lose" the schema binding if I were in your place. It's certainly there...
September 28, 2010 at 7:54 am
I'm not sure how you created the trigger.
But within the trigger you can use the @@PROCID.
That will give you the obejct_id of the trigger. From there you can track...
September 28, 2010 at 7:41 am
You won't be able to do the change on the table untill the schema bound objects have been dropped.
Use ssms and see the script it generates to have an idea...
September 28, 2010 at 7:35 am
Chris Morris-439714 (9/27/2010)
krishnakumar-293737 (9/27/2010)
Where THE_ID = (Select THE_ID from Database2..MY_TABLE_2 Where OTHER_FIELD = 'VALUE')
Order By MY_COL desc
Now....the subquery is invalid, there is no column...
September 27, 2010 at 9:21 am
One more thing in the mix.
I just started playing with VM and I find it extremely usefull how I can simply add or remove power at will on each...
September 22, 2010 at 12:43 pm
Steve Brokaw (9/22/2010)
September 22, 2010 at 9:50 am
Go in your settings and select 50 posts per page rather than 10. That's take it down to 2 prints!
September 22, 2010 at 4:20 am
Viewing 15 posts - 7,726 through 7,740 (of 18,926 total)