Viewing 8 posts - 16 through 23 (of 23 total)
What's the issue with joining the tables together and using a WHERE clause?
February 9, 2009 at 5:43 am
Search for Security Catalog Views in books online, that will show what you need.
February 9, 2009 at 5:22 am
You could try using xp_cmdshell.
October 1, 2008 at 9:01 am
Hi,
Sorry, forgot about this.
I managed to work it out, here's the C# code if anyone is interested:
using System;
using System.IO;
using System.Data;
using System.Data.Sql;
using System.Data.SqlClient;
using Microsoft.SqlServer.Server;
using System.Text.RegularExpressions;
public class CopyDoc
{
...
June 18, 2008 at 9:19 am
If you didn't know something didn't exist, how could you ever learn about it?
That is one area where I feel certification can be good, it encourages you to read...
May 22, 2008 at 7:54 am
Thanks for replying guys. Gilamonster, that worked perfectly, thanks.
It was really annoying me and I knew it would be pretty straightforward.
April 18, 2008 at 5:21 am
In the Object Explorer for the SQL Server, expand the database, expand views, find the view, right click and Script view as > Create To > New Query window.
April 18, 2008 at 4:11 am
Hi Mahesh,
Thanks for replying.
I have already tried this and it works partially, but only if I remove the call description and the action description as they're string data types, they...
April 18, 2008 at 2:58 am
Viewing 8 posts - 16 through 23 (of 23 total)