Viewing 15 posts - 6,466 through 6,480 (of 13,469 total)
Breakwaterpc (11/8/2011)
For instance, i want to compare...
November 8, 2011 at 1:30 pm
Ninja's_RGR'us (11/8/2011)
sjimmo (11/8/2011)
November 8, 2011 at 10:57 am
christina-518819 (11/8/2011)
November 8, 2011 at 6:10 am
Dan Williams-449672 (11/8/2011)
I have a table that stores appointments and another that stores
peoples availability.
People can specify dates and times they are available...
November 8, 2011 at 6:05 am
I'm not an SSIS guy, but i do know that the you can map a network drive with the NET USE command allows you to specidy a domain users...
November 8, 2011 at 6:01 am
another way is the SSMS addin from http://www.ssmstoolspack.com/ also has the ability to generate insert statements from The SSMS GUI;
November 8, 2011 at 3:16 am
Sagar Sawant (11/7/2011)
I am getting error when trying to execute database profile and database account through stored procedure.
I already executed,
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'Database...
November 8, 2011 at 3:12 am
Steve Malley (11/7/2011)
November 7, 2011 at 3:22 pm
this will show you everything, which includes all the objects in the default partition, and the commented out WHERE statement will show you the objects that exist in other partitions,...
November 7, 2011 at 1:51 pm
SVR (11/7/2011)
The problem was , got a request for data refresh from prod to test, some of them were views. did not know how to refresh view...
November 7, 2011 at 1:26 pm
It's all permissions, of course, so i believe you need one of two things: either add every login as a user to the msdb database(or at least the ones that...
November 7, 2011 at 10:51 am
I have one client that put their database in case sensitive collation prior to running the installation scripts;
our app has a typical search screen kind of thing, so the search...
November 7, 2011 at 9:26 am
what is the real name of the database trigger?
it looks to me like you keep running the script on the placeholder name [database_trigger] instead of the real trigger name...TR_Whatever_Insert or...
November 7, 2011 at 9:18 am
anthony this is just a guess, but it might work:
it's possible to map a network drive, and include the username/password to use[impersonate] the permissions for it;
i've done it with xp_cmdshell...
November 7, 2011 at 5:19 am
Glad i got you pointed in the right direction;
If you can use CLR, i think there's a couple of ways you could do it that way; I had a Web...
November 4, 2011 at 1:03 pm
Viewing 15 posts - 6,466 through 6,480 (of 13,469 total)