Viewing 15 posts - 151 through 165 (of 230 total)
Is there any reason to not use a GUID and or a timestamp in all your tables anyway?
I mean provided storage space isn't an issue, it seems like they are...
May 8, 2009 at 7:39 am
That is EXACTLY what I tried, but it failed.
HOWEVER, I was running it against an SQL Server 2000 data source.
That is VERY interesting to know, thank you for that!
I hadn't...
March 30, 2009 at 2:30 pm
I have to agree, it looks like a stored procedure may be your only way to get that job done.
Which frankly is too bad, as I can certainly see where...
March 30, 2009 at 7:22 am
I appreciate the links, thanks!
March 26, 2009 at 1:45 pm
I thought the default trace was enabled by default on MSSQL 05?
Additionally I thought that server side traces could only dump their data to log files, only profiler lets you...
March 26, 2009 at 6:53 am
The interactive height setting ONLY impacts the web based report viewer.
When you go to the Report Manager, run the report, and view it inside your browser.
Exporting the report seems to...
March 10, 2009 at 6:57 am
That would be great.
Perhaps everyone could comment on it and a sort of "community accepted" document could come out of it and be refered to in a FAQ or something.
February 3, 2009 at 7:18 am
No, but that is our end goal... way down the line.
I just mean to setup a new box.
You have hardware sitting there, and an SQL 05 install DVD/CDs in the...
February 2, 2009 at 6:42 am
I never actually changed it in any of the property windows, I would open the report in the code view:
Visual Studio 2005 (BI Studio)
Open the report in layout mode
Click...
January 23, 2009 at 7:28 am
SA (1/15/2009)
I usually provide the service account read-write SPN privileges on...
January 16, 2009 at 8:32 am
Hmm... can I have it both ways?
Can I give the service account privs to do that AND setup my own serverName so you can go to FQDN or servername?
What I'm...
December 19, 2008 at 12:03 pm
Jeffrey Williams (12/19/2008)
If you just leave it to SQL Server to create...
December 19, 2008 at 10:27 am
I didn't realize that about the FQDN for Kerberos.
So in my application's connection string:
myserver is NOT sufficient to get "the job done".
I need to specify: myserver.mydomain.blah.blah the entire path of...
December 19, 2008 at 6:58 am
Nope, no port changes, running on default.
I'd wager something is screwed up with Kerberos then, I'll have to start looking around there and make sure everything is working OK.
(Just saw...
December 18, 2008 at 10:06 am
Each server only has a single SQL instance.
HOWEVER, I do have several servers all running SQL under the same domain account.
Is that causing problems?
December 18, 2008 at 8:45 am
Viewing 15 posts - 151 through 165 (of 230 total)