Viewing 15 posts - 601 through 615 (of 695 total)
Not sure, I only use Server Editions of Operating Systems.
Think about it, you cannot do anything with Vista except development. So you could easily use Express flavor. You could use...
January 22, 2010 at 11:43 am
First thing that I would do is stop using a Cursor to perform a simple Insert of data into a table.
SQL Server is a set based database, if you want...
January 22, 2010 at 9:15 am
I did not see anything in the SQL BOL about this.
Andrew SQLDBA
January 21, 2010 at 9:11 am
Why not perform that in the stored procedure or the query. I think that would be the absolute easiest way.
onclick:if_IFCode('
ISNULL ( check_expression , replacement_value )
');
That would be much more flexible.
Andrew...
January 21, 2010 at 8:48 am
It would be easier to have a Windows Group setup and then make all the contractors a member of that Group. Within SQL Server, give that group access to the...
January 21, 2010 at 8:42 am
@@VERSION
Try that
You can find all kinds of great info in the SQL Books Online
Andrew SQLDBA
January 21, 2010 at 8:17 am
I think it would be much easier, faster and more secure to create an SSIS package, have that package scheduled, and then allow the front-end to fire off the scheduled...
January 20, 2010 at 6:41 am
You did not say if the flavor of database they have is Express. If not, then just use Enterprise Manager(SQL 2000) or SSMS(SQL 2005, 2008)
Do not install Express if they...
January 12, 2010 at 1:06 pm
Yes, using ipconfig /all will give you the address of the private side, you need the address that the world sees. I use a Classic ASP page on the back...
January 11, 2010 at 10:29 am
Thank you to everyone for the wonderful ideas and thoughts about this issue
I greatly appreciate the code samples given by Jason, I will keep that one in my stash of...
January 9, 2010 at 8:03 am
David
To be able to search for a specific file extension, you need to specify that in the search criteria.
*.bak = Search for any file name with the bak file extension
*.mdf...
January 8, 2010 at 10:37 am
Thanks
Good point about the length of time, but we do not have fiscal year data in this database.
We can always pull the one that gets dropped from the script and...
January 8, 2010 at 10:08 am
I wonder if anyone ever uses the SQL Books Online?
Or as many have suggested, any one of the search engines.
It would have taken longer to login here and type in...
January 8, 2010 at 8:21 am
Dave
Have you ever made a backup of any of those databases that we are talking about? The Master, MSDB, or the Accounting Database?
SQL Server database is very technical, that is...
January 8, 2010 at 6:54 am
When you use the account package from MS, it does not use SQL Server, it uses a very cut down version of SQL, something like SQL Compact Edition, or something...
January 7, 2010 at 6:04 pm
Viewing 15 posts - 601 through 615 (of 695 total)