Viewing 15 posts - 7,651 through 7,665 (of 9,641 total)
I know you don't want the 0 as your place holder. I'd go with the "?"
September 2, 2008 at 2:21 pm
I don't have an example since I handle all the backups, etc..., but here are a couple of links, the second one is about backups:
http://www.yukonxml.com/articles/smo/
http://www.sqlmag.com/Article/ArticleID/45855/sql_server_45855.html
Depending on your background you may...
September 2, 2008 at 2:19 pm
Sure you can, but if you want to restrict access based on IP address you will need a firewall setup to do that. You also will want to have...
September 2, 2008 at 2:13 pm
parackson (9/2/2008)
September 2, 2008 at 1:59 pm
You have a couple of options depending on your comfort level. You could do a batch process that calls sqlcmd and does the backup there. Or, you could...
September 2, 2008 at 1:50 pm
parackson (9/2/2008)
We are on track as to how the data should be displayed
However it is not getting the correct...
September 2, 2008 at 1:40 pm
GSquared (9/2/2008)
For example, look at the...
September 2, 2008 at 1:13 pm
Do you have anything that distinguishes an in-punch from an out-punch?
This is close, but without knowing an in from an out a little more logic will be required to distill...
September 2, 2008 at 12:31 pm
Okay, so now check all the input/output columns in the transforms along the path. At some point there has to be a spot where the column is set to...
September 2, 2008 at 10:31 am
Interesting find. I knew about switch, but I really dislike the syntax in SSRS.
September 2, 2008 at 10:29 am
No SQL Server does not treat large varchars as text.
September 2, 2008 at 8:12 am
One thing to keep in mind when restarting the SQL Server service or rebooting the server is that your buffer and procedure caches are cleared which will cause the server...
September 2, 2008 at 8:04 am
When you run a command-line install of SQL Server Express you can specify that only the Database Engine and connectivity tools are installed so that SSMS Express, etc.. are not...
September 2, 2008 at 8:02 am
I don't know how SQL Server handles streaming, but I do know that it will be likely that bringing a large image file across the network using SQL will take...
September 2, 2008 at 7:57 am
I am assuming you are getting this error from a .NET application. It looks like, based on the error, your application has a logic error so that it is...
September 2, 2008 at 7:50 am
Viewing 15 posts - 7,651 through 7,665 (of 9,641 total)