Viewing 15 posts - 91 through 105 (of 121 total)
Yes, depending on what the procs are doing. If they are joining data across servers, then all bets are off. Even if they are processing data on...
May 15, 2012 at 7:29 am
cphite (5/9/2012)
Putts (5/9/2012)
SQLKnowItAll (5/9/2012)
May 10, 2012 at 5:19 am
Putts (5/9/2012)
May 9, 2012 at 1:58 pm
Putts (5/9/2012)
We want to create a virtualization within our database to reflect the makeup of a class in code ......
May 9, 2012 at 1:42 pm
Going to jump in here:
From an architects point of view, I would always create my classes based on the logical design, not views which are abstract. What the OP...
May 9, 2012 at 1:33 pm
anthony.green (5/8/2012)
Just out of noticing your joining syntax, what type of join are you after here as the syntax from table1, table2 denotes...
May 8, 2012 at 7:18 am
G-Squared is right. I would NEVER recommend a trigger in this situation for a more insidious reason than mentioned above. Since triggers can be fired simultaneously from multiple...
November 19, 2009 at 9:11 am
I have never tried the comma, always seen and used the colon seperator.
December 18, 2008 at 9:30 am
mtassin (12/10/2008)
The Database Engine does not automatically generate values for the column. To insert a globally unique value, create a DEFAULT definition on the column that uses the NEWID...
December 10, 2008 at 9:04 am
I selected True and was told I got it wrong. However, if I choose to make a column a GUID column, choose identity and select it to be RowGuidCol,...
December 10, 2008 at 7:32 am
Peter Rijs (12/9/2008)
I assumed that by installing the Office PIA, you are not installing full-blown excel, but still can use the excel object model and automation.
As the comment about "not...
December 9, 2008 at 8:05 am
I have a SQL Server with several MySQL instances as linked servers and I can do all the standard CRUD operations on them without a problem. I would hazard...
December 5, 2008 at 2:39 pm
ricol (12/5/2008)
December 5, 2008 at 2:35 pm
For the love of god.. stop showing people crap like this. Someday I will take a consulting job where some vbscripter DBA .NET wannabee has seen and applied this...
December 5, 2008 at 2:13 pm
When hiring my DBA's, I typically look for those that know where to get the answers, rather than those that think they know the answer.
October 31, 2008 at 1:40 pm
Viewing 15 posts - 91 through 105 (of 121 total)