Viewing 15 posts - 16 through 30 (of 53 total)
Lynn Pettis (10/13/2011)
tnk (10/13/2011)
In my experience it's best never to present so-called, "decision makers" with anything but the right decision(s)!
And IMNSHO, the right decision would actually be to move the...
October 13, 2011 at 2:19 pm
I understand that the files are use serially and that the ideal situation would be to increase disk space, however I need other options to present to the decision makers....
October 12, 2011 at 10:03 pm
The reality that seems to exist at my work is that the DBA is often directly responsible for only a small subset of activity. Often the issue we have is...
October 10, 2011 at 2:03 am
Thanks Tom, tend to get caught up in using the sys.* catalog views and forget there are other ways to skin that cat π
October 5, 2011 at 4:18 pm
The connection string is the string used to connect to SQL server. It will be in the C# project and should contain servername, username, security info etc...
It would be also...
October 4, 2011 at 12:14 am
This could be a problem with the connection string - check it carefully for typos π
October 3, 2011 at 1:54 pm
Hmm, okay, need to get the context nailed down:
Is the SQL Server using mixed mode, or Windows authentication?
Is the SQL Service running?
What are you attempting to do when you get...
October 3, 2011 at 1:41 am
Right click this login in SQL Server Management Studio, select properties and at the bottom of the dialog and tell me what the default database is.
October 3, 2011 at 1:33 am
Thanks for that - some interesting points. I suspect that this is the modus operandii for a lot of people. It is when the problem space gets too large and...
October 3, 2011 at 1:24 am
Are you able to log on to SQL Server using the sa account and verify that NT AUTHORITY\SYSTEM has an associated login and what is the default database for the...
October 3, 2011 at 1:17 am
I hear that! I have a handfull of scripts that I use every day, and folder upon folders of 'one day I'll sit down and sort thorugh this' scripts π
September 29, 2011 at 12:46 am
Please give an example output of the query you are wanting given the sample data you have provided. (If you can provide sample data in the form of ddl statements...
September 27, 2011 at 1:22 am
The space is the problem. Another option is to use the 8.3 path name:
C:\PROGRA~1\...
September 27, 2011 at 1:12 am
Viewing 15 posts - 16 through 30 (of 53 total)