Viewing 15 posts - 286 through 300 (of 352 total)
Thanks Jack
i would not have figureed that out especially when putting the LEFT statement on two lines
LEFT(CASE @TestVal
xx
xx
xx
END, 10) TestVal ;
is that the way all functions...
August 4, 2009 at 10:10 am
Hi Jack
lets say my example is this:
DECLARE @TestVal INT
SET @TestVal = 3
SELECT
CASE @TestVal
WHEN 1 THEN 'First One XXXXXXXXXXXXXXXX'
WHEN 2 THEN 'Second One XXXXXXXXXXXXXXXX'
WHEN...
August 4, 2009 at 9:27 am
Hi Lynn
that will work 🙂
is there anyway to interject a CAST statement to manipulate the length of the value ?
Thanks
Jim
August 3, 2009 at 3:33 pm
Hi Eddie
Thanks very much for sharing your code
I will try these out and see what it gives me
Appreciate Your TIme
Jim
July 29, 2009 at 9:43 am
July 27, 2009 at 4:26 pm
Hi Folks
can someone tell me if there is a way to just select certain attributes from sp_spaceused
I am trying this out as an example:
USE AdventureWorks;
GO
EXEC sp_spaceused @updateusage = N'True';
GO
it...
July 27, 2009 at 3:00 pm
Excellent Matt
I found it
Thanks very Much
Jim
July 22, 2009 at 9:10 am
Not at this time and no plans to
Jim
July 21, 2009 at 10:57 am
Hi Perry
got it
but can i just move these two files since they are not attached, when i move the system databases ?
Thanks
Jim
July 21, 2009 at 9:42 am
Hi Folks
I have the distmdl.mdf and .ldf files on my c drive but they are nor currently attached
can i just move these two files to their new location after...
July 20, 2009 at 11:38 am
I have not tried this yet but i do have the same question about mssqlsystemresource.mdf
as well as a database called "distmdl.mdf" as i am not sure what that is
Thanks
Jim
July 17, 2009 at 12:08 pm
Hi Raj
thanks for your input
Jim
July 17, 2009 at 9:40 am
Viewing 15 posts - 286 through 300 (of 352 total)