Viewing 15 posts - 1,831 through 1,845 (of 3,061 total)
SQL Server offers RLS/CLS - short for Row Level Security / Cell Level Security. As I understand it RLS/CLS offers similar funtionality of what is called Virtual Private Database in...
June 21, 2010 at 7:12 pm
tripri (6/21/2010)
June 21, 2010 at 7:05 pm
jaiki987 (6/21/2010)1. Is there a better way to work this problem other then stored procedures and jobs.
2. Are there are scripts or white papers out there that have tried to...
June 21, 2010 at 5:23 pm
Ask yourself these questions:
- Is the system up?
- Is the system available?
- Can users connect?
- Is workload consistent with baseline for this day at this time of the day?
- Are...
June 21, 2010 at 4:55 pm
Johnathon Wilde (6/21/2010)
June 21, 2010 at 4:34 pm
I do not have an example for SSIS and I'm having a hard time trying to imagine why a refcursor is needed in such scenario.
Let me show you how a...
June 21, 2010 at 4:02 pm
I think showed relationship between IncidentTable and RoadUserTable is not correct or doesn't exist at all.
Please validate all relationships.
June 21, 2010 at 8:21 am
duanecwilson (6/18/2010)[/bWhat protocol does SQL Server use on a network? TCP or HTTP or FTP?
HTTP is a hypertext transfer protocol.
FTP is a file transfer protocol.
June 18, 2010 at 12:10 pm
Doesn't show cardinality, sorry - can't read it yet 🙂
June 18, 2010 at 11:16 am
mike 57299 (6/18/2010)Currently, the network is 100BaseT. We are going to upgrade it to Gigabit and see if that helps.
No matter how fast the network is it will always...
June 18, 2010 at 10:55 am
liuc (6/16/2010)...foreign keys are not shown in the diagram
Would you mind in showing relationships? othewise it gets real hard to understand navigation.
June 16, 2010 at 1:34 pm
I see, not a pure archival resource but an archival/reporting one. Fair enough.
500 Meg is not a huge volume of data to be moved in a daily basis - provided...
June 16, 2010 at 12:32 pm
Is it a batch job?
I would check scheduler, look at what the job is executing.
June 16, 2010 at 11:38 am
David Webb-200187 (6/16/2010)Any advice would be appreciated.
Did developer say why he wants to archive in a different box?
Is the box local or remote?
How big is the pipe in between the...
June 16, 2010 at 11:27 am
1 - Add new column. Check "alter table add column" syntax.
2 - Write an update query to implement business logic.
June 16, 2010 at 11:20 am
Viewing 15 posts - 1,831 through 1,845 (of 3,061 total)