Viewing 15 posts - 6,031 through 6,045 (of 9,643 total)
DavidB (2/10/2009)
GilaMonster (2/10/2009)
Bob Hovious (2/10/2009)
"I've just deleted some huge, important tables and I haven't been doing backups. How do I get these tables back?"
If you want to...
February 10, 2009 at 2:26 pm
GSquared (2/10/2009)
Greg Edwards (2/10/2009)
Or for a surgeon...
"I accidently removed the wrong limb, what should I do?"
I can remember having to write "No" on my left shoulder before going in for...
February 10, 2009 at 2:00 pm
I always forget about Application Roles. Probably a better a way to go if you can change the application to use it.
February 10, 2009 at 1:20 pm
If they have rights to login to the server and access to the database there is no way I know of to keep them from using any ODBC/OLE DB aware...
February 10, 2009 at 1:10 pm
Fairly simple:
IIF(DateDiff(DateInterval.Day, Date1, Date2) <= 1, "Y", "N")
Date1 should be the earlier date.
February 10, 2009 at 1:03 pm
Sounds like a power builder issue. I don't think sql server has sp_pb60table and don't know what it would be. Based on my google search it looks like...
February 10, 2009 at 11:40 am
We are not currently running AV on our SQL Servers. This is something I have typically left up to the Network/System Admins with the caveat that, if AV is...
February 10, 2009 at 11:34 am
Here's a flow of how I would do it with what I know about SSIS now (meaning there may be a better way):
Package Variable for table name
Script Task that populates...
February 10, 2009 at 9:54 am
Can you share the data structures? See the links in my signature for some advice on how to.
February 10, 2009 at 9:43 am
Can you give some more details about how you are doing it? I believe what you are looking for is the ability to use a variable to set the...
February 10, 2009 at 9:25 am
If you post as Vladan requests and look at the articles linked in my signature it would be easier to provide you an answer.
I think you are looking for something...
February 10, 2009 at 9:12 am
I don't know of a combo box control available to Reporting Services. Maybe there is a third-party add-in. Typically reporting services reports don't have any editing capabilities so...
February 10, 2009 at 9:05 am
You can turn off replication of delete statements. Check out this blog post by Kendal Van Dyke:
http://kendalvandyke.blogspot.com/2008/12/hey-i-said-not-to-replicate-delete.html
February 10, 2009 at 8:25 am
You would need to limit the number of rows returned to the report in order to force it to be one page all the time.
If you just want to insure...
February 10, 2009 at 8:08 am
Maybe indexes on fk_PO_ID, ShipTo and fk_PO_ID, StoreNo?
February 10, 2009 at 8:02 am
Viewing 15 posts - 6,031 through 6,045 (of 9,643 total)