Forum Replies Created

Viewing 15 posts - 31 through 45 (of 53 total)

  • RE: Database growth Help

    Thank you so much Chuck...I have one question... Could you please explain below columns...

    Bytes Total -----Is this the total size of a table(I've multiple filegroup and it...

  • RE: Query Mystery

    Here is the script from the job...

    CREATE PROC [dbo].[SPTEST]

    AS

    DECLARE @CMD0 nvarchar(2000)

    DECLARE @CMD1 nvarchar(2000)

    DECLARE @CMD1A nvarchar(2000)

    DECLARE @CMD2 nvarchar(2000) ...

  • RE: MS Access To Sql Error

    Hi…. now I got into another error while migrating another db from access to sql. When I open access file I see only 4 tables but when I use ssma...

  • RE: MS Access To Sql Error

    Thanks Corgi. Yes I had attached one of the 2 queries and its related tables in my last post.

    Query:- qry_PI_reports

    Errored out Query ( Table does not exist)

    SELECT DISTINCT qry_PI_Reports.Func_Name...

  • RE: Installing failover cluster

    What error do you see in the event log?

  • RE: MS Access To Sql Error

    Thank you Corgi. As suggested below please find the table script and the Access Query .

    Table Create Script and Insert Data Script--

    CREATE TABLE [dbo].[tbl_PI_Associates](

    [Assoc_Name] [nvarchar](50) NOT NULL,

    [MgrName] [nvarchar](50)...

  • RE: MS Access To Sql Error

    Thanks Corgi. I am just trying to understand your question here.. I have not created any proc to do this migration. I used SQL Server Migration Assistance for this task....

  • RE: MS Access To Sql Error

    Thanks Corgi for your post. As suggested, I opened the query in the design mode and found 3 tables and yes those tables are already migrated.

  • RE: MS Access To Sql Error

    When i open MS access file and i see there is a tab says queries and when click on that i see 8 queries and two of them are(qry_Reports and...

  • RE: MS Access To Sql Error

    Hello Friends, Thank you so much for all you replies... I've a meeting next week with the Dev team and then i'll find out about these two queries and surly...

  • RE: MS Access To Sql Error

    Thank you for your reply. I am still trying to figure out the issue here. After Modifying the queries now the error says that table does not exist... I checked...

  • RE: Migration Issue from Access To SQL 2008

    Thank you for your reply. I am still trying to figure out the issue here. After Modifying the queries now the error says that table does not exist... I checked...

  • RE: MS Access To Sql Error

    Hi Todd..As suggested, I ran below statement in the database but the result came out empty

  • RE: Migration Issue from Access To SQL 2008

    corgi. thanks for your post. I am not trying to waste anyone's time. I am just trying to get the answer of my sql issue. I had a different question...

  • RE: MS Access To Sql Error

    corgi. thanks for your post. I am not trying to waste anyone's time. I am just trying to get the answer of my sql issue. I had a different question...

Viewing 15 posts - 31 through 45 (of 53 total)