Viewing 15 posts - 76 through 90 (of 102 total)
I moved the files out to the server and it works now.
Thank you
February 4, 2008 at 10:38 am
If I have it installed, how do I even access it?
If I go to Sart/Programs/MS SQL Server I have
Client Network Utility
Configure SQL XML...
EnterPrise Mgr
Import and Export Data
Profiler
Query Analyzer
January 10, 2008 at 11:33 am
I'm not familiar w/ Reporting Services. Is this built in to SQLServer already? Can you direct my to where I might find out more information about this?
Thank you
January 10, 2008 at 11:09 am
There is a primary key on this table - user_id.
I was wondering if I could do this in a single select - i.e. not using an if statement.
The values are...
December 17, 2007 at 1:12 pm
I have a proc with this:
DECLARE @TempRoles TABLE
(db_name char(25),
app_name char(25),
db_role char(25),
role_dscr varchar(255))
select @select_var = 'INSERT INTO @TempRoles (db_name, app_name, db_role, role_dscr).........
The proc compiles OK but when I...
October 3, 2007 at 7:05 pm
When I added the '333' record from above and ran your suggestion:
SELECT TOP 1 WITH TIES......
it only brought back the one record ('333') which had the latest date. I would...
April 1, 2007 at 2:23 pm
Peter's select will not work if I add the following in GREEN
INSERT @Sample
SELECT 123, 456, 'U'
March 31, 2007 at 9:48 pm
For Peter:
Sorry about being indecent. The scope of my request changed as you saw in my other post and which btw - I was very appreciative. Thanks for your suggestions.
March 31, 2007 at 8:12 pm
Listen - thank you so much. Some of these things comes easier to some of us. I really appreciate it and it saved me a bunch of headache.
March 31, 2007 at 8:12 am
"From your descoveries, it does indeed sound like the tran log just isn't big enough. Rather than growing it by a couple hundred megs, see if you can get the...
January 15, 2007 at 7:56 am
Is there a specific formula that you guys use? The 'DBA's' have told me things like XYZ DB is much bigger then your DB and the log file is...
January 12, 2007 at 9:27 am
OK, here are my findings. I simply believe that the space allocated for the log is not big enough. I don't think it is anything that the users are doing...
January 12, 2007 at 8:24 am
First of all, I want to sincerely thank everyone for their input. This is truly perplexing to me and causing great grief and I appreciate the help.
What did...
January 9, 2007 at 11:18 pm
Here are my latest findings:
I 'think' I was able to have the trace on when the log file filled up again. However, I'm not really sure what to look for...
January 9, 2007 at 4:04 pm
Viewing 15 posts - 76 through 90 (of 102 total)