Viewing 7 posts - 1 through 7 (of 7 total)
This is exectued in ssms 2008 against a 2005 database.
Server[@Name='XXXX']/Database[@Name='master']/Table[@Name='DeadlockEvents' and @Schema='dbo'] ...
March 19, 2010 at 12:24 pm
So SSMS for 2008 is not backward compatible. I understand what Peter had written but the point is we connect to both 2005 and 2008 databases using the SSMS...
March 19, 2010 at 5:52 am
It's not a sql2008 db. It's only mgmt studio connecting to sql2005
March 18, 2010 at 7:42 pm
We are running into the same problem. Create a user and grant them db_datareader. They'll not be able to see all the tables. We can see some...
March 18, 2010 at 1:13 pm
Where do you find the AlwaysUseDefaultCodePath="TRUE" . I'm using ssis to go from sql to oracle 10g
May 18, 2006 at 11:28 am
This will put your am or pm in there for ya. Enjoy
select convert(varchar(20),getdate(),101)+' ' +convert(varchar(20),getdate(),108)+' ' +substring(convert(varchar(20),getdate(),100),18,2)
August 10, 2004 at 9:42 am
Here are my results with the below query -- 08/10/2004 09:13:34
select
convert(varchar(20),getdate(),101)+' ' +convert(varchar(20),getdate(),108)
August 10, 2004 at 7:20 am
Viewing 7 posts - 1 through 7 (of 7 total)