Viewing 15 posts - 256 through 270 (of 1,048 total)
Why does the App need something other than just the OS disk? Is it reading & writing files?
April 4, 2012 at 11:32 am
I'm not aware of any templates, but do really need one? What you really need to prevent scope creep is a requirements document and/or a functional specification. This can...
April 1, 2012 at 11:15 am
The execution context will be whateve the SQLagent account it. So, you could create the agent job logged in as the SQL agent account and make sure the SQL...
March 29, 2012 at 9:14 am
Antares686 (3/28/2012)
Haha, you just described me. I am self taught in all the C++, C#, VB, T-SQL, and PL/SQL. A bit of terminology I cannot directly relate but I can...
March 28, 2012 at 12:05 pm
Randy Rabin (3/28/2012)
March 28, 2012 at 11:27 am
In my experience VB/Basic programmers have shown the worst software design techniques, implementations and documentation. The opposite seems to be true for those trained in OO, and specifically C...
March 28, 2012 at 11:20 am
If you would delimit each distinct statement with a semi colon you could just execute the whole string and produce the results you want.
March 26, 2012 at 12:58 pm
Unless your requirements document requires that an actual GUID be used (for a justifiable reason) I would use an integer key of some sort. The size of the integer (int...
March 26, 2012 at 7:11 am
don't use SQLBIGINT in the format file. Use SQLCHAR for all of the fields.
March 23, 2012 at 10:50 am
use a dummy column 0 to handle the leading ", something like this (this is off the top of my head so don't hold me to the EXACT syntax):
0 ...
March 23, 2012 at 6:50 am
Benki Chendu (3/22/2012)
I don't know from where the customer got the database backup from..
Here is what I did...
Restored the database with recovery..
Added that windows user to...
March 22, 2012 at 9:28 am
Benki Chendu (3/22/2012)
GilaMonster (3/22/2012)
March 22, 2012 at 9:10 am
Benki Chendu (3/22/2012)
The DB is in Standby too..Does it still work the way you advised..
Okay, I am suspecting that this server is maintained in synch with a primary server via...
March 22, 2012 at 9:06 am
You should probably just implement this as code in a trigger.
March 22, 2012 at 8:57 am
Viewing 15 posts - 256 through 270 (of 1,048 total)