Viewing 15 posts - 7,726 through 7,740 (of 18,923 total)
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
Remove data in the db or compress the backup.
Option 1 may look ridiculous but sometimes you don't need to keep data as far back as 10 years... maybe 2 is...
September 21, 2010 at 3:37 pm
I'm with you here. There's no point to have them on prod servers but there's definitely a possible need for them on dev server (especially if you're learning BI).
As...
September 21, 2010 at 3:13 pm
GilaMonster (9/21/2010)
I wouldn't recommend changing compat level. Could cause queries to change behaviour or break. However, what people often...
September 21, 2010 at 11:50 am
Viewing 15 posts - 7,726 through 7,740 (of 18,923 total)